#BEBECA

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

Shades of Ghost #BEBECA

Tints of Ghost #BEBECA

Color information

#BEBECA (or 0xBEBECA) is unknown color: approx Ghost. HEX triplet: BE, BE and CA. RGB value is (190,190,202). Sum of RGB (Red+Green+Blue) = 190+190+202=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 202 - color contains mainly: blue. Hex color #BEBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBECA is #414135. Grayscale: #BFBFBF. Windows color (decimal): -4276534 or 13287102. OLE color: 13287102.

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

Color convert

RGB190190202-
CMYK0.060.0600.21
HSL240º10.17%76.86%-
HSV(B)240º5.94%79.22%-
XYZ50.3152.0463.27-
YUV191.37134127.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 190 (74.61% from 255) = 32.65%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=32.65%
G=32.65%
B=34.71%

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
Decimal1901902020.060.0600.2124010.1776.86
HexBEBECA66015f0a4d
Octal2762763126602536012115
Binary1011111010111110110010101101100101011111000010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBECA; }

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

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

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

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

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

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

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

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