#BDCBDB

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

Shades of Spindle #BDCBDB

Tints of Spindle #BDCBDB

Color information

#BDCBDB (or 0xBDCBDB) is unknown color: approx Spindle. HEX triplet: BD, CB and DB. RGB value is (189,203,219). Sum of RGB (Red+Green+Blue) = 189+203+219=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBDB is #423424. Grayscale: #C8C8C8. Windows color (decimal): -4338725 or 14404541. OLE color: 14404541.

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

Color convert

RGB189203219-
CMYK0.140.0700.14
HSL212º29.41%80%-
HSV(B)212º13.7%85.88%-
XYZ55.1358.6575.43-
YUV200.64138.36119.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.93%
GREEN value IS 203 (79.69% from 255) = 33.22%
BLUE value IS 219 (85.94% from 255) = 35.84%
R=30.93%
G=33.22%
B=35.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892032190.140.0700.1421229.4180
HexBDCBDBE70Ed41d50
Octal27531333316701632435120
Binary10111101110010111101101111101110111011010100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBDB; }

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

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

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

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

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

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

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

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