Html Css Color HEX #BA98BC Lola

📋 copy color: '#BA98BC'

red 186 ◦ green 152 ◦ blue 188

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

Shades of Lola #BA98BC

Tints of Lola #BA98BC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.9%

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

R = 35.36%
G = 28.9%
B = 35.74%

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

#BA98BC (or 0xBA98BC) is known color: Lola. HEX triplet: BA, 98 and BC. RGB value is (186,152,188). Sum of RGB (Red+Green+Blue) = 186+152+188=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA98BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98BC is #456743. Grayscale: #A6A6A6. Windows color (decimal): -4548420 or 12359866. OLE color: 12359866.

HSL color Cylindrical-coordinate representation of color #BA98BC: hue angle of 296.67º 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 #BA98BC is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 152 188 -
CMYK 0.01 0.19 0 0.26
HSL 296.67º 0.21% 0.67% -
HSV(B) 296.67º 0.19% 0.74% -
XYZ 40.56 36.53 52.49 -
YUV 166.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 186 152 188 0.01 0.19 0 0.26 296.67 0.21 0.67
Hex BA 98 BC 1 13 0 1A 129 15 43
Octal 272 230 274 1 23 0 32 451 25 103
Binary 10111010 10011000 10111100 1 10011 0 11010 100101001 10101 1000011

Color Harmonies of #BA98BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA98BC

Black with #BA98BC

Text Example


Text Example

White with #BA98BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA98BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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