#BEAFC4

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

Shades of Lola #BEAFC4

Tints of Lola #BEAFC4

Color information

#BEAFC4 (or 0xBEAFC4) is unknown color: approx Lola. HEX triplet: BE, AF and C4. RGB value is (190,175,196). Sum of RGB (Red+Green+Blue) = 190+175+196=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 196 - color contains mainly: blue. Hex color #BEAFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFC4 is #41503B. Grayscale: #B5B5B5. Windows color (decimal): -4280380 or 12890046. OLE color: 12890046.

HSL color Cylindrical-coordinate representation of color #BEAFC4: hue angle of 282.86º degrees, saturation: 0.15, 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 #BEAFC4 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190175196-
CMYK0.030.1100.23
HSL282.86º15.11%72.75%-
HSV(B)282.86º10.71%76.86%-
XYZ46.5345.5958.57-
YUV181.88135.97133.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=33.87%
G=31.19%
B=34.94%

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
Decimal1901751960.030.1100.23282.8615.1172.75
HexBEAFC43B01711bf49
Octal27625730431302743317111
Binary10111110101011111100010011101101011110001101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFC4; }

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

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

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

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

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

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

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

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