Html Css Color HEX #BA98C0 Lola

📋 copy color: '#BA98C0'

red 186 ◦ green 152 ◦ blue 192

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

Shades of Lola #BA98C0

Tints of Lola #BA98C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.23%

R = 35.09%
G = 28.68%
B = 36.23%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA98C0 (or 0xBA98C0) is known color: Lola. HEX triplet: BA, 98 and C0. RGB value is (186,152,192). Sum of RGB (Red+Green+Blue) = 186+152+192=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA98C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA98C0 is #45673F. Grayscale: #A6A6A6. Windows color (decimal): -4548416 or 12622010. OLE color: 12622010.

HSL color Cylindrical-coordinate representation of color #BA98C0: hue angle of 291º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA98C0 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 152 192 -
CMYK 0.03 0.21 0 0.25
HSL 291º 0.24% 0.67% -
HSV(B) 291º 0.21% 0.75% -
XYZ 40.99 36.7 54.79 -
YUV 166.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 186 152 192 0.03 0.21 0 0.25 291 0.24 0.67
Hex BA 98 C0 3 15 0 19 123 18 43
Octal 272 230 300 3 25 0 31 443 30 103
Binary 10111010 10011000 11000000 11 10101 0 11001 100100011 11000 1000011

Color Harmonies of #BA98C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA98C0

Black with #BA98C0

Text Example


Text Example

White with #BA98C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA98C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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