#BEBDCA

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

Shades of Ghost #BEBDCA

Tints of Ghost #BEBDCA

Color information

#BEBDCA (or 0xBEBDCA) is unknown color: approx Ghost. HEX triplet: BE, BD and CA. RGB value is (190,189,202). Sum of RGB (Red+Green+Blue) = 190+189+202=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEBDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDCA is #414235. Grayscale: #BEBEBE. Windows color (decimal): -4276790 or 13286846. OLE color: 13286846.

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

Color convert

RGB190189202-
CMYK0.060.0600.21
HSL244.62º10.92%76.67%-
HSV(B)244.62º6.44%79.22%-
XYZ50.0951.6163.2-
YUV190.78134.33127.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=32.70%
G=32.53%
B=34.77%

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
Decimal1901892020.060.0600.21244.6210.9276.67
HexBEBDCA66015f5b4d
Octal2762753126602536513115
Binary1011111010111101110010101101100101011111010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDCA; }

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

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

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

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

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

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

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

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