#BBCADC

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

Shades of Spindle #BBCADC

Tints of Spindle #BBCADC

Color information

#BBCADC (or 0xBBCADC) is unknown color: approx Spindle. HEX triplet: BB, CA and DC. RGB value is (187,202,220). Sum of RGB (Red+Green+Blue) = 187+202+220=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBCADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCADC is #443523. Grayscale: #C7C7C7. Windows color (decimal): -4470052 or 14469819. OLE color: 14469819.

HSL color Cylindrical-coordinate representation of color #BBCADC: hue angle of 212.73º degrees, saturation: 0.32, 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 #BBCADC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187202220-
CMYK0.150.0800.14
HSL212.73º32.04%79.8%-
HSV(B)212.73º15%86.27%-
XYZ54.5357.9776.03-
YUV199.57139.53119.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.71%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=30.71%
G=33.17%
B=36.12%

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
Decimal1872022200.150.0800.14212.7332.0479.8
HexBBCADCF80Ed52050
Octal273312334171001632540120
Binary1011101111001010110111001111100001110110101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCADC; }

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

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

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

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

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

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

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

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