#BBC8D4

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

Shades of Spindle #BBC8D4

Tints of Spindle #BBC8D4

Color information

#BBC8D4 (or 0xBBC8D4) is unknown color: approx Spindle. HEX triplet: BB, C8 and D4. RGB value is (187,200,212). Sum of RGB (Red+Green+Blue) = 187+200+212=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 212 (83.20% from 255 or 35.39% from 599); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBC8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8D4 is #44372B. Grayscale: #C5C5C5. Windows color (decimal): -4470572 or 13945019. OLE color: 13945019.

HSL color Cylindrical-coordinate representation of color #BBC8D4: hue angle of 208.8º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC8D4 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB187200212-
CMYK0.120.0600.17
HSL208.8º22.52%78.24%-
HSV(B)208.8º11.79%83.14%-
XYZ53.0356.6370.42-
YUV197.48136.19120.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 200 (78.52% from 255) = 33.39%
BLUE value IS 212 (83.20% from 255) = 35.39%
R=31.22%
G=33.39%
B=35.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872002120.120.0600.17208.822.5278.24
HexBBC8D4C6011d1174e
Octal27331032414602132127116
Binary101110111100100011010100110011001000111010001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8D4; }

 p { color: rgb(187,200,212); }

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

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

 a { background-color: rgb(187,200,212); }

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

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

 span { border-color: rgb(187,200,212); }

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