Html Css Color HEX #B59DB8 Lola

📋 copy color: '#B59DB8'

red 181 ◦ green 157 ◦ blue 184

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

Shades of Lola #B59DB8

Tints of Lola #B59DB8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.08%

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

R = 34.67%
G = 30.08%
B = 35.25%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B59DB8 (or 0xB59DB8) is known color: Lola. HEX triplet: B5, 9D and B8. RGB value is (181,157,184). Sum of RGB (Red+Green+Blue) = 181+157+184=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 184 - color contains mainly: blue. Hex color #B59DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DB8 is #4A6247. Grayscale: #A7A7A7. Windows color (decimal): -4874824 or 12098997. OLE color: 12098997.

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

Color convert

RGB 181 157 184 -
CMYK 0.02 0.15 0 0.28
HSL 293.33º 0.16% 0.67% -
HSV(B) 293.33º 0.15% 0.72% -
XYZ 39.76 37.4 50.47 -
YUV 167.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 181 157 184 0.02 0.15 0 0.28 293.33 0.16 0.67
Hex B5 9D B8 2 F 0 1C 125 10 43
Octal 265 235 270 2 17 0 34 445 20 103
Binary 10110101 10011101 10111000 10 1111 0 11100 100100101 10000 1000011

Color Harmonies of #B59DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59DB8

Black with #B59DB8

Text Example


Text Example

White with #B59DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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