#BDBDC4

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

Shades of Ghost #BDBDC4

Tints of Ghost #BDBDC4

Color information

#BDBDC4 (or 0xBDBDC4) is unknown color: approx Ghost. HEX triplet: BD, BD and C4. RGB value is (189,189,196). Sum of RGB (Red+Green+Blue) = 189+189+196=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 196 - color contains mainly: blue. Hex color #BDBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDC4 is #42423B. Grayscale: #BDBDBD. Windows color (decimal): -4342332 or 12893629. OLE color: 12893629.

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

Color convert

RGB189189196-
CMYK0.040.0400.23
HSL240º5.6%75.49%-
HSV(B)240º3.57%76.86%-
XYZ49.1551.259.52-
YUV189.8131.5127.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.93%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=32.93%
G=32.93%
B=34.15%

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
Decimal1891891960.040.0400.232405.675.49
HexBDBDC444017f064b
Octal275275304440273606113
Binary101111011011110111000100100100010111111100001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDC4; }

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

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

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

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

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

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

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

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