Html Css Color HEX #BA99BC Lola

📋 copy color: '#BA99BC'

red 186 ◦ green 153 ◦ blue 188

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

Shades of Lola #BA99BC

Tints of Lola #BA99BC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.03%

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

R = 35.29%
G = 29.03%
B = 35.67%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA99BC (or 0xBA99BC) is known color: Lola. HEX triplet: BA, 99 and BC. RGB value is (186,153,188). Sum of RGB (Red+Green+Blue) = 186+153+188=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA99BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99BC is #456643. Grayscale: #A6A6A6. Windows color (decimal): -4548164 or 12360122. OLE color: 12360122.

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

Color convert

RGB 186 153 188 -
CMYK 0.01 0.19 0 0.26
HSL 296.57º 0.21% 0.67% -
HSV(B) 296.57º 0.19% 0.74% -
XYZ 40.72 36.85 52.54 -
YUV 166.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 186 153 188 0.01 0.19 0 0.26 296.57 0.21 0.67
Hex BA 99 BC 1 13 0 1A 129 15 43
Octal 272 231 274 1 23 0 32 451 25 103
Binary 10111010 10011001 10111100 1 10011 0 11010 100101001 10101 1000011

Color Harmonies of #BA99BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99BC

Black with #BA99BC

Text Example


Text Example

White with #BA99BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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