#BEA9C7

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

Shades of Lola #BEA9C7

Tints of Lola #BEA9C7

Color information

#BEA9C7 (or 0xBEA9C7) is unknown color: approx Lola. HEX triplet: BE, A9 and C7. RGB value is (190,169,199). Sum of RGB (Red+Green+Blue) = 190+169+199=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEA9C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9C7 is #415638. Grayscale: #B2B2B2. Windows color (decimal): -4281913 or 13085118. OLE color: 13085118.

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

Color convert

RGB190169199-
CMYK0.050.1500.22
HSL282º21.13%72.16%-
HSV(B)282º15.08%78.04%-
XYZ45.7343.4560.01-
YUV178.7139.46136.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 169 (66.41% from 255) = 30.29%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=34.05%
G=30.29%
B=35.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901691990.050.1500.2228221.1372.16
HexBEA9C75F01611a1548
Octal27625130751702643225110
Binary1011111010101001110001111011111010110100011010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9C7; }

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

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

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

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

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

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

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

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