Html Css Color HEX #BEAABD Lola

📋 copy color: '#BEAABD'

red 190 ◦ green 170 ◦ blue 189

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

Shades of Lola #BEAABD

Tints of Lola #BEAABD

RGB

 RED value IS 190 (74.61% from 255) = 34.61%

 GREEN value IS 170 (66.8% from 255) = 30.97%

 BLUE value IS 189 (74.22% from 255) = 34.43%

R = 34.61%
G = 30.97%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BEAABD (or 0xBEAABD) is known color: Lola. HEX triplet: BE, AA and BD. RGB value is (190,170,189). Sum of RGB (Red+Green+Blue) = 190+170+189=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAABD is #415542. Grayscale: #B2B2B2. Windows color (decimal): -4281667 or 12430014. OLE color: 12430014.

HSL color Cylindrical-coordinate representation of color #BEAABD: hue angle of 303º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEAABD is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 170 189 -
CMYK 0 0.11 0.01 0.25
HSL 303º 0.13% 0.71% -
HSV(B) 303º 0.11% 0.75% -
XYZ 44.8 43.37 54.15 -
YUV 178.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 190 170 189 0 0.11 0.01 0.25 303 0.13 0.71
Hex BE AA BD 0 B 1 19 12F D 47
Octal 276 252 275 0 13 1 31 457 15 107
Binary 10111110 10101010 10111101 0 1011 1 11001 100101111 1101 1000111

Color Harmonies of #BEAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAABD

Black with #BEAABD

Text Example


Text Example

White with #BEAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAABD; }

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

 H1.HeaderClassName
 {
   color: #BEAABD;
 }
 .AnyTagClassName
 {
   color: #BEAABD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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