#BDBDC3

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

Shades of Ghost #BDBDC3

Tints of Ghost #BDBDC3

Color information

#BDBDC3 (or 0xBDBDC3) is unknown color: approx Ghost. HEX triplet: BD, BD and C3. RGB value is (189,189,195). Sum of RGB (Red+Green+Blue) = 189+189+195=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDC3 is #42423C. Grayscale: #BDBDBD. Windows color (decimal): -4342333 or 12828093. OLE color: 12828093.

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

Color convert

RGB189189195-
CMYK0.030.0300.24
HSL240º4.76%75.29%-
HSV(B)240º3.08%76.47%-
XYZ49.0351.1558.92-
YUV189.68131127.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.98%
GREEN value IS 189 (74.22% from 255) = 32.98%
BLUE value IS 195 (76.56% from 255) = 34.03%
R=32.98%
G=32.98%
B=34.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891891950.030.0300.242404.7675.29
HexBDBDC333018f054b
Octal275275303330303605113
Binary1011110110111101110000111111011000111100001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDC3; }

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

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

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

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

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

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

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

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