Html Css Color HEX #BAAABE Lola

📋 copy color: '#BAAABE'

red 186 ◦ green 170 ◦ blue 190

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

Shades of Lola #BAAABE

Tints of Lola #BAAABE

RGB

 RED value IS 186 (73.05% from 255) = 34.07%

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

 BLUE value IS 190 (74.61% from 255) = 34.8%

R = 34.07%
G = 31.14%
B = 34.8%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BAAABE (or 0xBAAABE) is known color: Lola. HEX triplet: BA, AA and BE. RGB value is (186,170,190). Sum of RGB (Red+Green+Blue) = 186+170+190=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #BAAABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAABE is #455541. Grayscale: #B1B1B1. Windows color (decimal): -4543810 or 12495546. OLE color: 12495546.

HSL color Cylindrical-coordinate representation of color #BAAABE: hue angle of 288º 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 #BAAABE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 170 190 -
CMYK 0.02 0.11 0 0.25
HSL 288º 0.13% 0.71% -
HSV(B) 288º 0.11% 0.75% -
XYZ 43.92 42.91 54.68 -
YUV 177.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 186 170 190 0.02 0.11 0 0.25 288 0.13 0.71
Hex BA AA BE 2 B 0 19 120 D 47
Octal 272 252 276 2 13 0 31 440 15 107
Binary 10111010 10101010 10111110 10 1011 0 11001 100100000 1101 1000111

Color Harmonies of #BAAABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAABE

Black with #BAAABE

Text Example


Text Example

White with #BAAABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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