#BBC8DA

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

Shades of Spindle #BBC8DA

Tints of Spindle #BBC8DA

Color information

#BBC8DA (or 0xBBC8DA) is unknown color: approx Spindle. HEX triplet: BB, C8 and DA. RGB value is (187,200,218). Sum of RGB (Red+Green+Blue) = 187+200+218=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8DA is #443725. Grayscale: #C6C6C6. Windows color (decimal): -4470566 or 14338235. OLE color: 14338235.

HSL color Cylindrical-coordinate representation of color #BBC8DA: hue angle of 214.84º 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 #BBC8DA is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187200218-
CMYK0.140.0800.15
HSL214.84º29.52%79.41%-
HSV(B)214.84º14.22%85.49%-
XYZ53.856.9474.48-
YUV198.16139.19120.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 200 (78.52% from 255) = 33.06%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=30.91%
G=33.06%
B=36.03%

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
Decimal1872002180.140.0800.15214.8429.5279.41
HexBBC8DAE80Fd71e4f
Octal273310332161001732736117
Binary101110111100100011011010111010000111111010111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC8DA; }

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

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

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

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

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

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

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

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