#BDBDC8

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

Shades of Ghost #BDBDC8

Tints of Ghost #BDBDC8

Color information

#BDBDC8 (or 0xBDBDC8) is unknown color: approx Ghost. HEX triplet: BD, BD and C8. RGB value is (189,189,200). Sum of RGB (Red+Green+Blue) = 189+189+200=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 200 - color contains mainly: blue. Hex color #BDBDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDC8 is #424237. Grayscale: #BEBEBE. Windows color (decimal): -4342328 or 13155773. OLE color: 13155773.

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

Color convert

RGB189189200-
CMYK0.060.0600.22
HSL240º9.09%76.27%-
HSV(B)240º5.5%78.43%-
XYZ49.6151.3861.95-
YUV190.25133.5127.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 189 (74.22% from 255) = 32.70%
BLUE value IS 200 (78.52% from 255) = 34.60%
R=32.70%
G=32.70%
B=34.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891892000.060.0600.222409.0976.27
HexBDBDC866016f094c
Octal2752753106602636011114
Binary1011110110111101110010001101100101101111000010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDC8; }

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

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

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

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

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

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

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

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