#BEAABF

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

Shades of Lola #BEAABF

Tints of Lola #BEAABF

Color information

#BEAABF (or 0xBEAABF) is unknown color: approx Lola. HEX triplet: BE, AA and BF. RGB value is (190,170,191). Sum of RGB (Red+Green+Blue) = 190+170+191=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 191 - color contains mainly: blue. Hex color #BEAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAABF is #415540. Grayscale: #B2B2B2. Windows color (decimal): -4281665 or 12561086. OLE color: 12561086.

HSL color Cylindrical-coordinate representation of color #BEAABF: hue angle of 297.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEAABF is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190170191-
CMYK0.010.1100.25
HSL297.14º14.09%70.78%-
HSV(B)297.14º10.99%74.9%-
XYZ45.0143.4655.31-
YUV178.37135.13136.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.48%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 191 (75% from 255) = 34.66%
R=34.48%
G=30.85%
B=34.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901701910.010.1100.25297.1414.0970.78
HexBEAABF1B019129e47
Octal27625227711303145116107
Binary1011111010101010101111111101101100110010100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAABF; }

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

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

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

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

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

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

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

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