Color Hex Logo

#bbbdce Color Hex

#BBBDCE
(187,189,206)
0 Favorites   0 Comments

Color spaces of #bbbdce

RGB 187189206
HSL0.650.160.77
HSV234°81°
CMYK 0.090.080.00   0.19
XYZ49.831751.416265.6904
Yxy51.41620.29850.3080
Hunter Lab71.7051-1.4347-4.1231
CIE-Lab76.93042.6117-8.7714

#bbbdce color RGB value is (187,189,206).

#bbbdce hex color red value is 187, green value is 189 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bbbdce hue: 0.65 , saturation: 0.16 and the lightness value of bbbdce is 0.77.

The process color (four color CMYK) of #bbbdce color hex is 0.09, 0.08, 0.00, 0.19. Web safe color of #bbbdce is #cccccc. Color #bbbdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 11001110
Octal 273 275 316
Decimal 187 189 206
Hex BB BD CE

RGB Percentages of Color #bbbdce

%32.13
%32.47
%35.40

CMYK Percentages of Color #bbbdce

%9
%8
%0
%19

Triadic Colors of #bbbdce

#bbbdce #cebbbd #bdcebb

Analogous Colors of #bbbdce

#bbbdce #c3bbce #bbc7ce

Monochromatic Colors of #bbbdce

#bbbdce

Complementary Color

#bbbdce #ceccbb

#bbbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdce Color CSS Codes

.mybgcolor {background-color:#bbbdce; } 
.myforecolor {color:#bbbdce; }
.mybordercolor {border:3px solid #bbbdce; }

#bbbdce Text Font Color

<p style="color:#bbbdce">Text here</p>

This sample text font color is #bbbdce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbbdce Background Color

<div style="background-color:#bbbdce">
Div content here</div>

This div background color is #bbbdce


#bbbdce Border Color

<div style="border:3px solid #bbbdce">
Div here</div>

This div border color is #bbbdce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,189,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbbdce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbbdce;
  -webkit-box-shadow: 1px 1px 3px 2px #bbbdce;
  box-shadow:         1px 1px 3px 2px #bbbdce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,189,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbbdce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbbdce;
  -webkit-box-shadow: 1px 1px 3px 2px #bbbdce;
  box-shadow:         1px 1px 3px 2px #bbbdce;">
Div content here</div>

This div box has shadow with color #bbbdce


Comments

No comments written yet.

Please login to write comment.