Html Css Color HEX #BEAEC5 Lola

📋 copy color: '#BEAEC5'

red 190 ◦ green 174 ◦ blue 197

#BEAEC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lola #BEAEC5

Tints of Lola #BEAEC5

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 value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BEAEC5 (or 0xBEAEC5) is known color: 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

RGB 190 174 197 -
CMYK 0.04 0.12 0 0.23
HSL 281.74º 0.17% 0.73% -
HSV(B) 281.74º 0.12% 0.77% -
XYZ 46.45 45.25 59.11 -
YUV 181.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 190 174 197 0.04 0.12 0 0.23 281.74 0.17 0.73
Hex BE AE C5 4 C 0 17 11A 11 49
Octal 276 256 305 4 14 0 27 432 21 111
Binary 10111110 10101110 11000101 100 1100 0 10111 100011010 10001 1001001

Color Harmonies of #BEAEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEC5

Black with #BEAEC5

Text Example


Text Example

White with #BEAEC5

Text Example


Text Example

HTML Codes & Css Web 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>