#BBCAD6

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

Shades of Spindle #BBCAD6

Tints of Spindle #BBCAD6

Color information

#BBCAD6 (or 0xBBCAD6) is unknown color: approx Spindle. HEX triplet: BB, CA and D6. RGB value is (187,202,214). Sum of RGB (Red+Green+Blue) = 187+202+214=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 214 (83.98% from 255 or 35.49% from 603); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBCAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAD6 is #443529. Grayscale: #C6C6C6. Windows color (decimal): -4470058 or 14076603. OLE color: 14076603.

HSL color Cylindrical-coordinate representation of color #BBCAD6: hue angle of 206.67º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCAD6 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187202214-
CMYK0.130.0600.16
HSL206.67º24.77%78.63%-
HSV(B)206.67º12.62%83.92%-
XYZ53.7557.6671.91-
YUV198.88136.53119.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.01%
GREEN value IS 202 (79.30% from 255) = 33.50%
BLUE value IS 214 (83.98% from 255) = 35.49%
R=31.01%
G=33.50%
B=35.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872022140.130.0600.16206.6724.7778.63
HexBBCAD6D6010cf194f
Octal27331232615602031731117
Binary101110111100101011010110110111001000011001111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAD6; }

 p { color: rgb(187,202,214); }

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

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

 a { background-color: rgb(187,202,214); }

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

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

 span { border-color: rgb(187,202,214); }

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