#BEAEC5

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

Shades of Lola #BEAEC5

Tints of Lola #BEAEC5

Color information

#BEAEC5 (or 0xBEAEC5) is unknown color: approx Lola. HEX triplet: BE, AE and C5. RGB value is (190,174,197). Sum of RGB (Red+Green+Blue) = 190+174+197=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 197 - color contains mainly: blue. Hex color #BEAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEC5 is #41513A. Grayscale: #B5B5B5. Windows color (decimal): -4280635 or 12955326. OLE color: 12955326.

HSL color Cylindrical-coordinate representation of color #BEAEC5: hue angle of 281.74º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEAEC5 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190174197-
CMYK0.040.1200.23
HSL281.74º16.55%72.75%-
HSV(B)281.74º11.68%77.25%-
XYZ46.4545.2559.11-
YUV181.41136.8134.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 174 (68.36% from 255) = 31.02%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=33.87%
G=31.02%
B=35.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901741970.040.1200.23281.7416.5572.75
HexBEAEC54C01711a1149
Octal27625630541402743221111
Binary1011111010101110110001011001100010111100011010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEC5; }

 p { color: rgb(190,174,197); }

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

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

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

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

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

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

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