#BBCAD2

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

Shades of Spindle #BBCAD2

Tints of Spindle #BBCAD2

Color information

#BBCAD2 (or 0xBBCAD2) is unknown color: approx Spindle. HEX triplet: BB, CA and D2. RGB value is (187,202,210). Sum of RGB (Red+Green+Blue) = 187+202+210=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBCAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAD2 is #44352D. Grayscale: #C6C6C6. Windows color (decimal): -4470062 or 13814459. OLE color: 13814459.

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

Color convert

RGB187202210-
CMYK0.110.0400.18
HSL200.87º20.35%77.84%-
HSV(B)200.87º10.95%82.35%-
XYZ53.2557.4669.26-
YUV198.43134.53119.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 210 (82.42% from 255) = 35.06%
R=31.22%
G=33.72%
B=35.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872022100.110.0400.18200.8720.3577.84
HexBBCAD2B4012c9144e
Octal27331232213402231124116
Binary101110111100101011010010101110001001011001001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAD2; }

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

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

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

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

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

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

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

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