#BBC9DA

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

Shades of Spindle #BBC9DA

Tints of Spindle #BBC9DA

Color information

#BBC9DA (or 0xBBC9DA) is unknown color: approx Spindle. HEX triplet: BB, C9 and DA. RGB value is (187,201,218). Sum of RGB (Red+Green+Blue) = 187+201+218=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9DA is #443625. Grayscale: #C6C6C6. Windows color (decimal): -4470310 or 14338491. OLE color: 14338491.

HSL color Cylindrical-coordinate representation of color #BBC9DA: hue angle of 212.9º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC9DA is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187201218-
CMYK0.140.0800.15
HSL212.9º29.52%79.41%-
HSV(B)212.9º14.22%85.49%-
XYZ54.0457.474.56-
YUV198.75138.86119.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.86%
GREEN value IS 201 (78.91% from 255) = 33.17%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=30.86%
G=33.17%
B=35.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872012180.140.0800.15212.929.5279.41
HexBBC9DAE80Fd51e4f
Octal273311332161001732536117
Binary101110111100100111011010111010000111111010101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9DA; }

 p { color: rgb(187,201,218); }

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

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

 a { background-color: rgb(187,201,218); }

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

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

 span { border-color: rgb(187,201,218); }

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