#BBCAD7

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

Shades of Spindle #BBCAD7

Tints of Spindle #BBCAD7

Color information

#BBCAD7 (or 0xBBCAD7) is unknown color: approx Spindle. HEX triplet: BB, CA and D7. RGB value is (187,202,215). Sum of RGB (Red+Green+Blue) = 187+202+215=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: blue. Hex color #BBCAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAD7 is #443528. Grayscale: #C6C6C6. Windows color (decimal): -4470057 or 14142139. OLE color: 14142139.

HSL color Cylindrical-coordinate representation of color #BBCAD7: hue angle of 207.86º degrees, saturation: 0.26, 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 #BBCAD7 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187202215-
CMYK0.130.0600.16
HSL207.86º25.93%78.82%-
HSV(B)207.86º13.02%84.31%-
XYZ53.8857.7172.59-
YUV199137.03119.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.96%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=30.96%
G=33.44%
B=35.60%

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
Decimal1872022150.130.0600.16207.8625.9378.82
HexBBCAD7D6010d01a4f
Octal27331232715602032032117
Binary101110111100101011010111110111001000011010000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAD7; }

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

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

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

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

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

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

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

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