#BBCAD8

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

Shades of Spindle #BBCAD8

Tints of Spindle #BBCAD8

Color information

#BBCAD8 (or 0xBBCAD8) is unknown color: approx Spindle. HEX triplet: BB, CA and D8. RGB value is (187,202,216). Sum of RGB (Red+Green+Blue) = 187+202+216=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 216 - color contains mainly: blue. Hex color #BBCAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAD8 is #443527. Grayscale: #C7C7C7. Windows color (decimal): -4470056 or 14207675. OLE color: 14207675.

HSL color Cylindrical-coordinate representation of color #BBCAD8: hue angle of 208.97º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCAD8 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB187202216-
CMYK0.130.0600.15
HSL208.97º27.1%79.02%-
HSV(B)208.97º13.43%84.71%-
XYZ54.0157.7673.27-
YUV199.11137.53119.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=30.91%
G=33.39%
B=35.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872022160.130.0600.15208.9727.179.02
HexBBCAD8D60Fd11b4f
Octal27331233015601732133117
Binary10111011110010101101100011011100111111010001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAD8; }

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

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

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

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

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

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

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

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