#BBCAD5

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

Shades of Spindle #BBCAD5

Tints of Spindle #BBCAD5

Color information

#BBCAD5 (or 0xBBCAD5) is unknown color: approx Spindle. HEX triplet: BB, CA and D5. RGB value is (187,202,213). Sum of RGB (Red+Green+Blue) = 187+202+213=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBCAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAD5 is #44352A. Grayscale: #C6C6C6. Windows color (decimal): -4470059 or 14011067. OLE color: 14011067.

HSL color Cylindrical-coordinate representation of color #BBCAD5: hue angle of 205.38º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBCAD5 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187202213-
CMYK0.120.0500.16
HSL205.38º23.64%78.43%-
HSV(B)205.38º12.21%83.53%-
XYZ53.6257.6171.24-
YUV198.77136.03119.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.06%
GREEN value IS 202 (79.30% from 255) = 33.55%
BLUE value IS 213 (83.59% from 255) = 35.38%
R=31.06%
G=33.55%
B=35.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872022130.120.0500.16205.3823.6478.43
HexBBCAD5C5010cd184e
Octal27331232514502031530116
Binary101110111100101011010101110010101000011001101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAD5; }

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

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

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

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

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

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

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

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