#BDBEC8

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

Shades of Ghost #BDBEC8

Tints of Ghost #BDBEC8

Color information

#BDBEC8 (or 0xBDBEC8) is unknown color: approx Ghost. HEX triplet: BD, BE and C8. RGB value is (189,190,200). Sum of RGB (Red+Green+Blue) = 189+190+200=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDBEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEC8 is #424137. Grayscale: #BEBEBE. Windows color (decimal): -4342072 or 13156029. OLE color: 13156029.

HSL color Cylindrical-coordinate representation of color #BDBEC8: hue angle of 234.55º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDBEC8 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189190200-
CMYK0.060.0500.22
HSL234.55º9.09%76.27%-
HSV(B)234.55º5.5%78.43%-
XYZ49.8351.8262.02-
YUV190.84133.17126.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.64%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=32.64%
G=32.82%
B=34.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891902000.060.0500.22234.559.0976.27
HexBDBEC865016eb94c
Octal2752763106502635311114
Binary1011110110111110110010001101010101101110101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEC8; }

 p { color: rgb(189,190,200); }

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

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

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

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

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

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

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