Html Css Color HEX #BAA5BB Lola

📋 copy color: '#BAA5BB'

red 186 ◦ green 165 ◦ blue 187

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

Shades of Lola #BAA5BB

Tints of Lola #BAA5BB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.67%

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

R = 34.57%
G = 30.67%
B = 34.76%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BAA5BB (or 0xBAA5BB) is known color: Lola. HEX triplet: BA, A5 and BB. RGB value is (186,165,187). Sum of RGB (Red+Green+Blue) = 186+165+187=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAA5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5BB is #455A44. Grayscale: #ADADAD. Windows color (decimal): -4545093 or 12297658. OLE color: 12297658.

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

Color convert

RGB 186 165 187 -
CMYK 0.01 0.12 0 0.27
HSL 297.27º 0.14% 0.69% -
HSV(B) 297.27º 0.12% 0.73% -
XYZ 42.67 40.94 52.67 -
YUV 173.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 186 165 187 0.01 0.12 0 0.27 297.27 0.14 0.69
Hex BA A5 BB 1 C 0 1B 129 E 45
Octal 272 245 273 1 14 0 33 451 16 105
Binary 10111010 10100101 10111011 1 1100 0 11011 100101001 1110 1000101

Color Harmonies of #BAA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA5BB

Black with #BAA5BB

Text Example


Text Example

White with #BAA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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