#BBCBDB

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

Shades of Spindle #BBCBDB

Tints of Spindle #BBCBDB

Color information

#BBCBDB (or 0xBBCBDB) is unknown color: approx Spindle. HEX triplet: BB, CB and DB. RGB value is (187,203,219). Sum of RGB (Red+Green+Blue) = 187+203+219=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBDB is #443424. Grayscale: #C7C7C7. Windows color (decimal): -4469797 or 14404539. OLE color: 14404539.

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

Color convert

RGB187203219-
CMYK0.150.0700.14
HSL210º30.77%79.61%-
HSV(B)210º14.61%85.88%-
XYZ54.6458.3975.41-
YUV200.04138.7118.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.71%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=30.71%
G=33.33%
B=35.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872032190.150.0700.1421030.7779.61
HexBBCBDBF70Ed21f50
Octal27331333317701632237120
Binary10111011110010111101101111111110111011010010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBDB; }

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

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

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

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

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

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

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

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