#BBCADB

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

Shades of Spindle #BBCADB

Tints of Spindle #BBCADB

Color information

#BBCADB (or 0xBBCADB) is unknown color: approx Spindle. HEX triplet: BB, CA and DB. RGB value is (187,202,219). Sum of RGB (Red+Green+Blue) = 187+202+219=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBCADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCADB is #443524. Grayscale: #C7C7C7. Windows color (decimal): -4470053 or 14404283. OLE color: 14404283.

HSL color Cylindrical-coordinate representation of color #BBCADB: hue angle of 211.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBCADB is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187202219-
CMYK0.150.0800.14
HSL211.88º30.77%79.61%-
HSV(B)211.88º14.61%85.88%-
XYZ54.457.9275.33-
YUV199.45139.03119.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.76%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 219 (85.94% from 255) = 36.02%
R=30.76%
G=33.22%
B=36.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872022190.150.0800.14211.8830.7779.61
HexBBCADBF80Ed41f50
Octal273312333171001632437120
Binary101110111100101011011011111110000111011010100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCADB; }

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

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

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

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

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

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

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

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