#BBCAD1

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

Shades of Spindle #BBCAD1

Tints of Spindle #BBCAD1

Color information

#BBCAD1 (or 0xBBCAD1) is unknown color: approx Spindle. HEX triplet: BB, CA and D1. RGB value is (187,202,209). Sum of RGB (Red+Green+Blue) = 187+202+209=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBCAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAD1 is #44352E. Grayscale: #C6C6C6. Windows color (decimal): -4470063 or 13748923. OLE color: 13748923.

HSL color Cylindrical-coordinate representation of color #BBCAD1: hue angle of 199.09º degrees, saturation: 0.19, 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 #BBCAD1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187202209-
CMYK0.110.0300.18
HSL199.09º19.3%77.65%-
HSV(B)199.09º10.53%81.96%-
XYZ53.1257.4168.6-
YUV198.31134.03119.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.27%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 209 (82.03% from 255) = 34.95%
R=31.27%
G=33.78%
B=34.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872022090.110.0300.18199.0919.377.65
HexBBCAD1B3012c7134e
Octal27331232113302230723116
Binary10111011110010101101000110111101001011000111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAD1; }

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

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

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

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

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

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

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

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