#BDBEC9

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

Shades of Ghost #BDBEC9

Tints of Ghost #BDBEC9

Color information

#BDBEC9 (or 0xBDBEC9) is unknown color: approx Ghost. HEX triplet: BD, BE and C9. RGB value is (189,190,201). Sum of RGB (Red+Green+Blue) = 189+190+201=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 201 (78.91% from 255 or 34.66% from 580); Max value from RGB is 201 - color contains mainly: blue. Hex color #BDBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEC9 is #424136. Grayscale: #BEBEBE. Windows color (decimal): -4342071 or 13221565. OLE color: 13221565.

HSL color Cylindrical-coordinate representation of color #BDBEC9: hue angle of 235º 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 #BDBEC9 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189190201-
CMYK0.060.0500.21
HSL235º10%76.47%-
HSV(B)235º5.97%78.82%-
XYZ49.9451.8662.64-
YUV190.96133.67126.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 201 (78.91% from 255) = 34.66%
R=32.59%
G=32.76%
B=34.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891902010.060.0500.212351076.47
HexBDBEC965015eba4c
Octal2752763116502535312114
Binary1011110110111110110010011101010101011110101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEC9; }

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

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

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

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

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

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

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

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