Html Css Color HEX #BA9EBA Lola

📋 copy color: '#BA9EBA'

red 186 ◦ green 158 ◦ blue 186

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

Shades of Lola #BA9EBA

Tints of Lola #BA9EBA

RGB

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

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

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

R = 35.09%
G = 29.81%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA9EBA (or 0xBA9EBA) is known color: Lola. HEX triplet: BA, 9E and BA. RGB value is (186,158,186). Sum of RGB (Red+Green+Blue) = 186+158+186=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA9EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EBA is #456145. Grayscale: #A9A9A9. Windows color (decimal): -4546886 or 12230330. OLE color: 12230330.

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

Color convert

RGB 186 158 186 -
CMYK 0 0.15 0 0.27
HSL 300º 0.17% 0.67% -
HSV(B) 300º 0.15% 0.73% -
XYZ 41.34 38.44 51.69 -
YUV 169.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 186 158 186 0 0.15 0 0.27 300 0.17 0.67
Hex BA 9E BA 0 F 0 1B 12C 11 43
Octal 272 236 272 0 17 0 33 454 21 103
Binary 10111010 10011110 10111010 0 1111 0 11011 100101100 10001 1000011

Color Harmonies of #BA9EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EBA

Black with #BA9EBA

Text Example


Text Example

White with #BA9EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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