Html Css Color HEX #B59FBA Lola

📋 copy color: '#B59FBA'

red 181 ◦ green 159 ◦ blue 186

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

Shades of Lola #B59FBA

Tints of Lola #B59FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.23%

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

R = 34.41%
G = 30.23%
B = 35.36%

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

#B59FBA (or 0xB59FBA) is known color: Lola. HEX triplet: B5, 9F and BA. RGB value is (181,159,186). Sum of RGB (Red+Green+Blue) = 181+159+186=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #B59FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FBA is #4A6045. Grayscale: #A8A8A8. Windows color (decimal): -4874310 or 12230581. OLE color: 12230581.

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

Color convert

RGB 181 159 186 -
CMYK 0.03 0.15 0 0.27
HSL 288.89º 0.16% 0.68% -
HSV(B) 288.89º 0.15% 0.73% -
XYZ 40.32 38.17 51.7 -
YUV 168.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 181 159 186 0.03 0.15 0 0.27 288.89 0.16 0.68
Hex B5 9F BA 3 F 0 1B 121 10 44
Octal 265 237 272 3 17 0 33 441 20 104
Binary 10110101 10011111 10111010 11 1111 0 11011 100100001 10000 1000100

Color Harmonies of #B59FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59FBA

Black with #B59FBA

Text Example


Text Example

White with #B59FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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