Html Css Color HEX #BA99BB Lola

📋 copy color: '#BA99BB'

red 186 ◦ green 153 ◦ blue 187

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

Shades of Lola #BA99BB

Tints of Lola #BA99BB

RGB

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

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

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

R = 35.36%
G = 29.09%
B = 35.55%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA99BB (or 0xBA99BB) is known color: Lola. HEX triplet: BA, 99 and BB. RGB value is (186,153,187). Sum of RGB (Red+Green+Blue) = 186+153+187=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA99BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA99BB is #456644. Grayscale: #A6A6A6. Windows color (decimal): -4548165 or 12294586. OLE color: 12294586.

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

Color convert

RGB 186 153 187 -
CMYK 0.01 0.18 0 0.27
HSL 298.24º 0.2% 0.67% -
HSV(B) 298.24º 0.18% 0.73% -
XYZ 40.61 36.81 51.98 -
YUV 166.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 186 153 187 0.01 0.18 0 0.27 298.24 0.2 0.67
Hex BA 99 BB 1 12 0 1B 12A 14 43
Octal 272 231 273 1 22 0 33 452 24 103
Binary 10111010 10011001 10111011 1 10010 0 11011 100101010 10100 1000011

Color Harmonies of #BA99BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA99BB

Black with #BA99BB

Text Example


Text Example

White with #BA99BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA99BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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