Html Css Color HEX #BA9EBC Lola

📋 copy color: '#BA9EBC'

red 186 ◦ green 158 ◦ blue 188

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

Shades of Lola #BA9EBC

Tints of Lola #BA9EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.7%

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

R = 34.96%
G = 29.7%
B = 35.34%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA9EBC (or 0xBA9EBC) is known color: Lola. HEX triplet: BA, 9E and BC. RGB value is (186,158,188). Sum of RGB (Red+Green+Blue) = 186+158+188=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA9EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EBC is #456143. Grayscale: #A9A9A9. Windows color (decimal): -4546884 or 12361402. OLE color: 12361402.

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

Color convert

RGB 186 158 188 -
CMYK 0.01 0.16 0 0.26
HSL 296º 0.18% 0.68% -
HSV(B) 296º 0.16% 0.74% -
XYZ 41.55 38.52 52.82 -
YUV 169.79 138.28 139.56 -
System Red Green Blue C M Y K H S L
Decimal 186 158 188 0.01 0.16 0 0.26 296 0.18 0.68
Hex BA 9E BC 1 10 0 1A 128 12 44
Octal 272 236 274 1 20 0 32 450 22 104
Binary 10111010 10011110 10111100 1 10000 0 11010 100101000 10010 1000100

Color Harmonies of #BA9EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EBC

Black with #BA9EBC

Text Example


Text Example

White with #BA9EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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