Html Css Color HEX #BA99C1 Lola

📋 copy color: '#BA99C1'

red 186 ◦ green 153 ◦ blue 193

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

Shades of Lola #BA99C1

Tints of Lola #BA99C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.28%

R = 34.96%
G = 28.76%
B = 36.28%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA99C1 (or 0xBA99C1) is known color: Lola. HEX triplet: BA, 99 and C1. RGB value is (186,153,193). Sum of RGB (Red+Green+Blue) = 186+153+193=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA99C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99C1 is #45663E. Grayscale: #A7A7A7. Windows color (decimal): -4548159 or 12687802. OLE color: 12687802.

HSL color Cylindrical-coordinate representation of color #BA99C1: hue angle of 289.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA99C1 is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 153 193 -
CMYK 0.04 0.21 0 0.24
HSL 289.5º 0.24% 0.68% -
HSV(B) 289.5º 0.21% 0.76% -
XYZ 41.27 37.07 55.43 -
YUV 167.43 142.43 141.25 -
System Red Green Blue C M Y K H S L
Decimal 186 153 193 0.04 0.21 0 0.24 289.5 0.24 0.68
Hex BA 99 C1 4 15 0 18 122 18 44
Octal 272 231 301 4 25 0 30 442 30 104
Binary 10111010 10011001 11000001 100 10101 0 11000 100100010 11000 1000100

Color Harmonies of #BA99C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99C1

Black with #BA99C1

Text Example


Text Example

White with #BA99C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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