#BEAEC4

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

Shades of Lola #BEAEC4

Tints of Lola #BEAEC4

Color information

#BEAEC4 (or 0xBEAEC4) is unknown color: approx Lola. HEX triplet: BE, AE and C4. RGB value is (190,174,196). Sum of RGB (Red+Green+Blue) = 190+174+196=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEC4 is #41513B. Grayscale: #B5B5B5. Windows color (decimal): -4280636 or 12889790. OLE color: 12889790.

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

Color convert

RGB190174196-
CMYK0.030.1100.23
HSL283.64º15.71%72.55%-
HSV(B)283.64º11.22%76.86%-
XYZ46.3445.258.51-
YUV181.29136.3134.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 196 (76.95% from 255) = 35%
R=33.93%
G=31.07%
B=35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901741960.030.1100.23283.6415.7172.55
HexBEAEC43B01711c1049
Octal27625630431302743420111
Binary101111101010111011000100111011010111100011100100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEC4; }

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

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

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

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

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

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

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

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