#BDBDC5

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

Shades of Ghost #BDBDC5

Tints of Ghost #BDBDC5

Color information

#BDBDC5 (or 0xBDBDC5) is unknown color: approx Ghost. HEX triplet: BD, BD and C5. RGB value is (189,189,197). Sum of RGB (Red+Green+Blue) = 189+189+197=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDC5 is #42423A. Grayscale: #BDBDBD. Windows color (decimal): -4342331 or 12959165. OLE color: 12959165.

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

Color convert

RGB189189197-
CMYK0.040.0400.23
HSL240º6.45%75.69%-
HSV(B)240º4.06%77.25%-
XYZ49.2651.2560.12-
YUV189.91132127.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.87%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 197 (77.34% from 255) = 34.26%
R=32.87%
G=32.87%
B=34.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891891970.040.0400.232406.4575.69
HexBDBDC544017f064c
Octal275275305440273606114
Binary101111011011110111000101100100010111111100001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDC5; }

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

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

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

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

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

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

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

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