#BEAAC7

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

Shades of Lola #BEAAC7

Tints of Lola #BEAAC7

Color information

#BEAAC7 (or 0xBEAAC7) is unknown color: approx Lola. HEX triplet: BE, AA and C7. RGB value is (190,170,199). Sum of RGB (Red+Green+Blue) = 190+170+199=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #BEAAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAC7 is #415538. Grayscale: #B3B3B3. Windows color (decimal): -4281657 or 13085374. OLE color: 13085374.

HSL color Cylindrical-coordinate representation of color #BEAAC7: hue angle of 281.38º 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 #BEAAC7 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190170199-
CMYK0.050.1500.22
HSL281.38º20.57%72.35%-
HSV(B)281.38º14.57%78.04%-
XYZ45.9243.8260.07-
YUV179.29139.13135.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.99%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 199 (78.12% from 255) = 35.60%
R=33.99%
G=30.41%
B=35.60%

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
Decimal1901701990.050.1500.22281.3820.5772.35
HexBEAAC75F0161191548
Octal27625230751702643125110
Binary1011111010101010110001111011111010110100011001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAC7; }

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

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

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

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

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

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

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

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