#BEA2C7

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

Shades of Lola #BEA2C7

Tints of Lola #BEA2C7

Color information

#BEA2C7 (or 0xBEA2C7) is unknown color: approx Lola. HEX triplet: BE, A2 and C7. RGB value is (190,162,199). Sum of RGB (Red+Green+Blue) = 190+162+199=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEA2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2C7 is #415D38. Grayscale: #AEAEAE. Windows color (decimal): -4283705 or 13083326. OLE color: 13083326.

HSL color Cylindrical-coordinate representation of color #BEA2C7: hue angle of 285.41º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEA2C7 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190162199-
CMYK0.050.1900.22
HSL285.41º24.83%70.78%-
HSV(B)285.41º18.59%78.04%-
XYZ44.4640.9159.59-
YUV174.59141.78138.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 199 (78.12% from 255) = 36.12%
R=34.48%
G=29.40%
B=36.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901621990.050.1900.22285.4124.8370.78
HexBEA2C751301611d1947
Octal27624230752302643531107
Binary10111110101000101100011110110011010110100011101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA2C7; }

 p { color: rgb(190,162,199); }

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

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

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

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

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

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

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