Html Css Color HEX #BAA7BB Lola

📋 copy color: '#BAA7BB'

red 186 ◦ green 167 ◦ blue 187

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

Shades of Lola #BAA7BB

Tints of Lola #BAA7BB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.93%

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

R = 34.44%
G = 30.93%
B = 34.63%

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

#BAA7BB (or 0xBAA7BB) is known color: Lola. HEX triplet: BA, A7 and BB. RGB value is (186,167,187). Sum of RGB (Red+Green+Blue) = 186+167+187=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAA7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7BB is #455844. Grayscale: #AEAEAE. Windows color (decimal): -4544581 or 12298170. OLE color: 12298170.

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

Color convert

RGB 186 167 187 -
CMYK 0.01 0.11 0 0.27
HSL 297º 0.13% 0.69% -
HSV(B) 297º 0.11% 0.73% -
XYZ 43.04 41.66 52.79 -
YUV 174.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 186 167 187 0.01 0.11 0 0.27 297 0.13 0.69
Hex BA A7 BB 1 B 0 1B 129 D 45
Octal 272 247 273 1 13 0 33 451 15 105
Binary 10111010 10100111 10111011 1 1011 0 11011 100101001 1101 1000101

Color Harmonies of #BAA7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA7BB

Black with #BAA7BB

Text Example


Text Example

White with #BAA7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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