Html Css Color HEX #B59EBA Lola

📋 copy color: '#B59EBA'

red 181 ◦ green 158 ◦ blue 186

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

Shades of Lola #B59EBA

Tints of Lola #B59EBA

RGB

 RED value IS 181 (71.09% from 255) = 34.48%

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

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

R = 34.48%
G = 30.1%
B = 35.43%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B59EBA (or 0xB59EBA) is known color: Lola. HEX triplet: B5, 9E and BA. RGB value is (181,158,186). Sum of RGB (Red+Green+Blue) = 181+158+186=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #B59EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59EBA is #4A6145. Grayscale: #A7A7A7. Windows color (decimal): -4874566 or 12230325. OLE color: 12230325.

HSL color Cylindrical-coordinate representation of color #B59EBA: hue angle of 289.29º 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 #B59EBA is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 158 186 -
CMYK 0.03 0.15 0 0.27
HSL 289.29º 0.17% 0.67% -
HSV(B) 289.29º 0.15% 0.73% -
XYZ 40.15 37.82 51.64 -
YUV 168.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 181 158 186 0.03 0.15 0 0.27 289.29 0.17 0.67
Hex B5 9E BA 3 F 0 1B 121 11 43
Octal 265 236 272 3 17 0 33 441 21 103
Binary 10110101 10011110 10111010 11 1111 0 11011 100100001 10001 1000011

Color Harmonies of #B59EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59EBA

Black with #B59EBA

Text Example


Text Example

White with #B59EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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