#BEAAC4

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

Shades of Lola #BEAAC4

Tints of Lola #BEAAC4

Color information

#BEAAC4 (or 0xBEAAC4) is unknown color: approx Lola. HEX triplet: BE, AA and C4. RGB value is (190,170,196). Sum of RGB (Red+Green+Blue) = 190+170+196=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEAAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAC4 is #41553B. Grayscale: #B2B2B2. Windows color (decimal): -4281660 or 12888766. OLE color: 12888766.

HSL color Cylindrical-coordinate representation of color #BEAAC4: hue angle of 286.15º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEAAC4 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190170196-
CMYK0.030.1300.23
HSL286.15º18.06%71.76%-
HSV(B)286.15º13.27%76.86%-
XYZ45.5743.6858.25-
YUV178.94137.63135.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 196 (76.95% from 255) = 35.25%
R=34.17%
G=30.58%
B=35.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901701960.030.1300.23286.1518.0671.76
HexBEAAC43D01711e1248
Octal27625230431502743622110
Binary101111101010101011000100111101010111100011110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAC4; }

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

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

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

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

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

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

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

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