#BBD2CF

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

Shades of Scandal #BBD2CF

Tints of Scandal #BBD2CF

Color information

#BBD2CF (or 0xBBD2CF) is unknown color: approx Scandal. HEX triplet: BB, D2 and CF. RGB value is (187,210,207). Sum of RGB (Red+Green+Blue) = 187+210+207=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2CF is #442D30. Grayscale: #CACACA. Windows color (decimal): -4468017 or 13619899. OLE color: 13619899.

HSL color Cylindrical-coordinate representation of color #BBD2CF: hue angle of 172.17º degrees, saturation: 0.2, 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 #BBD2CF is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB187210207-
CMYK0.1100.010.18
HSL172.17º20.35%77.84%-
HSV(B)172.17º10.95%82.35%-
XYZ54.861.1667.95-
YUV202.78130.38116.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 210 (82.42% from 255) = 34.77%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=30.96%
G=34.77%
B=34.27%

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
Decimal1872102070.1100.010.18172.1720.3577.84
HexBBD2CFB0112ac144e
Octal27332231713012225424116
Binary1011101111010010110011111011011001010101100101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2CF; }

 p { color: rgb(187,210,207); }

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

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

 a { background-color: rgb(187,210,207); }

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

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

 span { border-color: rgb(187,210,207); }

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