Html Css Color HEX #BAABBC Lola

📋 copy color: '#BAABBC'

red 186 ◦ green 171 ◦ blue 188

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

Shades of Lola #BAABBC

Tints of Lola #BAABBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.5%

R = 34.13%
G = 31.38%
B = 34.5%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BAABBC (or 0xBAABBC) is known color: Lola. HEX triplet: BA, AB and BC. RGB value is (186,171,188). Sum of RGB (Red+Green+Blue) = 186+171+188=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 188 - color contains mainly: blue. Hex color #BAABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABBC is #455443. Grayscale: #B1B1B1. Windows color (decimal): -4543556 or 12364730. OLE color: 12364730.

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

Color convert

RGB 186 171 188 -
CMYK 0.01 0.09 0 0.26
HSL 292.94º 0.11% 0.7% -
HSV(B) 292.94º 0.09% 0.74% -
XYZ 43.89 43.2 53.6 -
YUV 177.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 186 171 188 0.01 0.09 0 0.26 292.94 0.11 0.7
Hex BA AB BC 1 9 0 1A 125 B 46
Octal 272 253 274 1 11 0 32 445 13 106
Binary 10111010 10101011 10111100 1 1001 0 11010 100100101 1011 1000110

Color Harmonies of #BAABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABBC

Black with #BAABBC

Text Example


Text Example

White with #BAABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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