#BDBDCA

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

Shades of Ghost #BDBDCA

Tints of Ghost #BDBDCA

Color information

#BDBDCA (or 0xBDBDCA) is unknown color: approx Ghost. HEX triplet: BD, BD and CA. RGB value is (189,189,202). Sum of RGB (Red+Green+Blue) = 189+189+202=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBDCA is #424235. Grayscale: #BEBEBE. Windows color (decimal): -4342326 or 13286845. OLE color: 13286845.

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

Color convert

RGB189189202-
CMYK0.060.0600.21
HSL240º10.92%76.67%-
HSV(B)240º6.44%79.22%-
XYZ49.8451.4863.19-
YUV190.48134.5126.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 189 (74.22% from 255) = 32.59%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=32.59%
G=32.59%
B=34.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891892020.060.0600.2124010.9276.67
HexBDBDCA66015f0b4d
Octal2752753126602536013115
Binary1011110110111101110010101101100101011111000010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDCA; }

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

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

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

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

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

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

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

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