#BBCBDC

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

Shades of Spindle #BBCBDC

Tints of Spindle #BBCBDC

Color information

#BBCBDC (or 0xBBCBDC) is unknown color: approx Spindle. HEX triplet: BB, CB and DC. RGB value is (187,203,220). Sum of RGB (Red+Green+Blue) = 187+203+220=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBCBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBDC is #443423. Grayscale: #C8C8C8. Windows color (decimal): -4469796 or 14470075. OLE color: 14470075.

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

Color convert

RGB187203220-
CMYK0.150.0800.14
HSL210.91º32.04%79.8%-
HSV(B)210.91º15%86.27%-
XYZ54.7758.4476.1-
YUV200.15139.2118.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.66%
GREEN value IS 203 (79.69% from 255) = 33.28%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=30.66%
G=33.28%
B=36.07%

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
Decimal1872032200.150.0800.14210.9132.0479.8
HexBBCBDCF80Ed32050
Octal273313334171001632340120
Binary1011101111001011110111001111100001110110100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBDC; }

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

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

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

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

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

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

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

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