#BDBDCC

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

Shades of Ghost #BDBDCC

Tints of Ghost #BDBDCC

Color information

#BDBDCC (or 0xBDBDCC) is unknown color: approx Ghost. HEX triplet: BD, BD and CC. RGB value is (189,189,204). Sum of RGB (Red+Green+Blue) = 189+189+204=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #BDBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDCC is #424233. Grayscale: #BEBEBE. Windows color (decimal): -4342324 or 13417917. OLE color: 13417917.

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

Color convert

RGB189189204-
CMYK0.070.0700.2
HSL240º12.82%77.06%-
HSV(B)240º7.35%80%-
XYZ50.0851.5764.44-
YUV190.71135.5126.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 189 (74.22% from 255) = 32.47%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=32.47%
G=32.47%
B=35.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1891892040.070.0700.224012.8277.06
HexBDBDCC77014f0d4d
Octal2752753147702436015115
Binary1011110110111101110011001111110101001111000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDCC; }

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

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

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

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

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

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

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

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