Html Css Color HEX #BAABBB Lola

📋 copy color: '#BAABBB'

red 186 ◦ green 171 ◦ blue 187

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

Shades of Lola #BAABBB

Tints of Lola #BAABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.43%

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

R = 34.19%
G = 31.43%
B = 34.38%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BAABBB (or 0xBAABBB) is known color: Lola. HEX triplet: BA, AB and BB. RGB value is (186,171,187). Sum of RGB (Red+Green+Blue) = 186+171+187=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 187 - color contains mainly: blue. Hex color #BAABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABBB is #455444. Grayscale: #B1B1B1. Windows color (decimal): -4543557 or 12299194. OLE color: 12299194.

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

Color convert

RGB 186 171 187 -
CMYK 0.01 0.09 0 0.27
HSL 296.25º 0.11% 0.7% -
HSV(B) 296.25º 0.09% 0.73% -
XYZ 43.78 43.15 53.04 -
YUV 177.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 186 171 187 0.01 0.09 0 0.27 296.25 0.11 0.7
Hex BA AB BB 1 9 0 1B 128 B 46
Octal 272 253 273 1 11 0 33 450 13 106
Binary 10111010 10101011 10111011 1 1001 0 11011 100101000 1011 1000110

Color Harmonies of #BAABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABBB

Black with #BAABBB

Text Example


Text Example

White with #BAABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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