Html Css Color HEX #B59FB8 Lola

📋 copy color: '#B59FB8'

red 181 ◦ green 159 ◦ blue 184

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

Shades of Lola #B59FB8

Tints of Lola #B59FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.11%

R = 34.54%
G = 30.34%
B = 35.11%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B59FB8 (or 0xB59FB8) is known color: Lola. HEX triplet: B5, 9F and B8. RGB value is (181,159,184). Sum of RGB (Red+Green+Blue) = 181+159+184=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 184 - color contains mainly: blue. Hex color #B59FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FB8 is #4A6047. Grayscale: #A8A8A8. Windows color (decimal): -4874312 or 12099509. OLE color: 12099509.

HSL color Cylindrical-coordinate representation of color #B59FB8: hue angle of 292.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B59FB8 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 159 184 -
CMYK 0.02 0.14 0 0.28
HSL 292.8º 0.15% 0.67% -
HSV(B) 292.8º 0.14% 0.72% -
XYZ 40.11 38.08 50.58 -
YUV 168.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 181 159 184 0.02 0.14 0 0.28 292.8 0.15 0.67
Hex B5 9F B8 2 E 0 1C 125 F 43
Octal 265 237 270 2 16 0 34 445 17 103
Binary 10110101 10011111 10111000 10 1110 0 11100 100100101 1111 1000011

Color Harmonies of #B59FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59FB8

Black with #B59FB8

Text Example


Text Example

White with #B59FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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