#BDBDC9

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

Shades of Ghost #BDBDC9

Tints of Ghost #BDBDC9

Color information

#BDBDC9 (or 0xBDBDC9) is unknown color: approx Ghost. HEX triplet: BD, BD and C9. RGB value is (189,189,201). Sum of RGB (Red+Green+Blue) = 189+189+201=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDBDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDC9 is #424236. Grayscale: #BEBEBE. Windows color (decimal): -4342327 or 13221309. OLE color: 13221309.

HSL color Cylindrical-coordinate representation of color #BDBDC9: hue angle of 240º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDBDC9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189189201-
CMYK0.060.0600.21
HSL240º10%76.47%-
HSV(B)240º5.97%78.82%-
XYZ49.7351.4362.56-
YUV190.37134127.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 201 (78.91% from 255) = 34.72%
R=32.64%
G=32.64%
B=34.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891892010.060.0600.212401076.47
HexBDBDC966015f0a4c
Octal2752753116602536012114
Binary1011110110111101110010011101100101011111000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDC9; }

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

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

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

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

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

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

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

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