#BBCAD4

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

Shades of Spindle #BBCAD4

Tints of Spindle #BBCAD4

Color information

#BBCAD4 (or 0xBBCAD4) is unknown color: approx Spindle. HEX triplet: BB, CA and D4. RGB value is (187,202,212). Sum of RGB (Red+Green+Blue) = 187+202+212=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBCAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAD4 is #44352B. Grayscale: #C6C6C6. Windows color (decimal): -4470060 or 13945531. OLE color: 13945531.

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

Color convert

RGB187202212-
CMYK0.120.0500.17
HSL204º22.52%78.24%-
HSV(B)204º11.79%83.14%-
XYZ53.557.5670.58-
YUV198.66135.53119.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 212 (83.20% from 255) = 35.27%
R=31.11%
G=33.61%
B=35.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872022120.120.0500.1720422.5278.24
HexBBCAD4C5011cc174e
Octal27331232414502131427116
Binary101110111100101011010100110010101000111001100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAD4; }

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

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

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

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

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

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

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

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