#BBD1CE

Color #BBD1CE Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #BBD1CE

Tints of Scandal #BBD1CE

Color information

#BBD1CE (or 0xBBD1CE) is unknown color: approx Scandal. HEX triplet: BB, D1 and CE. RGB value is (187,209,206). Sum of RGB (Red+Green+Blue) = 187+209+206=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1CE is #442E31. Grayscale: #CACACA. Windows color (decimal): -4468274 or 13554107. OLE color: 13554107.

HSL color Cylindrical-coordinate representation of color #BBD1CE: hue angle of 171.82º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD1CE is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB187209206-
CMYK0.1100.010.18
HSL171.82º19.3%77.65%-
HSV(B)171.82º10.53%81.96%-
XYZ54.4360.6267.22-
YUV202.08130.21117.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 209 (82.03% from 255) = 34.72%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=31.06%
G=34.72%
B=34.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872092060.1100.010.18171.8219.377.65
HexBBD1CEB0112ac134e
Octal27332131613012225423116
Binary1011101111010001110011101011011001010101100100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD1CE; }

 p { color: rgb(187,209,206); }

 H1.HeaderClassName
 {
   color: #BBD1CE;
 }
 .AnyTagClassName
 {
   color: #BBD1CE;
 }
</style>
background-color css

<style>
 a { background-color: #BBD1CE; }

 a { background-color: rgb(187,209,206); }

 div.DivClassName
 {
   background-color: #BBD1CE;
 }
 .BgClassName
 {
   background-color: #BBD1CE;
 }
</style>
border-color css

<style>
 span { border-color: #BBD1CE; }

 span { border-color: rgb(187,209,206); }

 td.TdClassName
 {
   border-color: #BBD1CE;
 }
 .TagClassName
 {
   border-color: #BBD1CE;
 }
</style>