#BBC8D0

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

Shades of Spindle #BBC8D0

Tints of Spindle #BBC8D0

Color information

#BBC8D0 (or 0xBBC8D0) is unknown color: approx Spindle. HEX triplet: BB, C8 and D0. RGB value is (187,200,208). Sum of RGB (Red+Green+Blue) = 187+200+208=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBC8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8D0 is #44372F. Grayscale: #C4C4C4. Windows color (decimal): -4470576 or 13682875. OLE color: 13682875.

HSL color Cylindrical-coordinate representation of color #BBC8D0: hue angle of 202.86º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC8D0 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187200208-
CMYK0.100.0400.18
HSL202.86º18.26%77.45%-
HSV(B)202.86º10.1%81.57%-
XYZ52.5356.4367.8-
YUV197.02134.19120.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=31.43%
G=33.61%
B=34.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872002080.100.0400.18202.8618.2677.45
HexBBC8D0A4012cb124d
Octal27331032012402231322115
Binary101110111100100011010000101010001001011001011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8D0; }

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

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

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

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

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

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

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

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