#BDBDCB

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

Shades of Ghost #BDBDCB

Tints of Ghost #BDBDCB

Color information

#BDBDCB (or 0xBDBDCB) is unknown color: approx Ghost. HEX triplet: BD, BD and CB. RGB value is (189,189,203). Sum of RGB (Red+Green+Blue) = 189+189+203=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDCB is #424234. Grayscale: #BEBEBE. Windows color (decimal): -4342325 or 13352381. OLE color: 13352381.

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

Color convert

RGB189189203-
CMYK0.070.0700.20
HSL240º11.86%76.86%-
HSV(B)240º6.9%79.61%-
XYZ49.9651.5363.81-
YUV190.6135126.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=32.53%
G=32.53%
B=34.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891892030.070.0700.2024011.8676.86
HexBDBDCB77014f0c4d
Octal2752753137702436014115
Binary1011110110111101110010111111110101001111000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDCB; }

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

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

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

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

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

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

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

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