#BBD0DC

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

Shades of Spindle #BBD0DC

Tints of Spindle #BBD0DC

Color information

#BBD0DC (or 0xBBD0DC) is unknown color: approx Spindle. HEX triplet: BB, D0 and DC. RGB value is (187,208,220). Sum of RGB (Red+Green+Blue) = 187+208+220=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBD0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD0DC is #442F23. Grayscale: #CBCBCB. Windows color (decimal): -4468516 or 14471355. OLE color: 14471355.

HSL color Cylindrical-coordinate representation of color #BBD0DC: hue angle of 201.82º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBD0DC is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187208220-
CMYK0.150.0500.14
HSL201.82º32.04%79.8%-
HSV(B)201.82º15%86.27%-
XYZ55.9760.8476.5-
YUV203.09137.54116.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.41%
GREEN value IS 208 (81.64% from 255) = 33.82%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=30.41%
G=33.82%
B=35.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872082200.150.0500.14201.8232.0479.8
HexBBD0DCF50Eca2050
Octal27332033417501631240120
Binary101110111101000011011100111110101110110010101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD0DC; }

 p { color: rgb(187,208,220); }

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

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

 a { background-color: rgb(187,208,220); }

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

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

 span { border-color: rgb(187,208,220); }

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