Html Css Color HEX #BAA6BB Lola

📋 copy color: '#BAA6BB'

red 186 ◦ green 166 ◦ blue 187

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

Shades of Lola #BAA6BB

Tints of Lola #BAA6BB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.8%

 BLUE value IS 187 (73.44% from 255) = 34.69%

R = 34.51%
G = 30.8%
B = 34.69%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BAA6BB (or 0xBAA6BB) is known color: Lola. HEX triplet: BA, A6 and BB. RGB value is (186,166,187). Sum of RGB (Red+Green+Blue) = 186+166+187=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAA6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6BB is #455944. Grayscale: #AEAEAE. Windows color (decimal): -4544837 or 12297914. OLE color: 12297914.

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

Color convert

RGB 186 166 187 -
CMYK 0.01 0.11 0 0.27
HSL 297.14º 0.13% 0.69% -
HSV(B) 297.14º 0.11% 0.73% -
XYZ 42.86 41.3 52.73 -
YUV 174.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 186 166 187 0.01 0.11 0 0.27 297.14 0.13 0.69
Hex BA A6 BB 1 B 0 1B 129 D 45
Octal 272 246 273 1 13 0 33 451 15 105
Binary 10111010 10100110 10111011 1 1011 0 11011 100101001 1101 1000101

Color Harmonies of #BAA6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6BB

Black with #BAA6BB

Text Example


Text Example

White with #BAA6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6BB; }

 p { color: rgb(186,166,187); }

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

background-color css

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

 a { background-color: rgb(186,166,187); }

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

border-color css

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

 span { border-color: rgb(186,166,187); }

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