Html Css Color HEX #B59DB9 Lola

📋 copy color: '#B59DB9'

red 181 ◦ green 157 ◦ blue 185

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

Shades of Lola #B59DB9

Tints of Lola #B59DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.37%

R = 34.61%
G = 30.02%
B = 35.37%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B59DB9 (or 0xB59DB9) is known color: Lola. HEX triplet: B5, 9D and B9. RGB value is (181,157,185). Sum of RGB (Red+Green+Blue) = 181+157+185=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 185 - color contains mainly: blue. Hex color #B59DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DB9 is #4A6246. Grayscale: #A7A7A7. Windows color (decimal): -4874823 or 12164533. OLE color: 12164533.

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

Color convert

RGB 181 157 185 -
CMYK 0.02 0.15 0 0.27
HSL 291.43º 0.17% 0.67% -
HSV(B) 291.43º 0.15% 0.73% -
XYZ 39.87 37.44 51.02 -
YUV 167.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 181 157 185 0.02 0.15 0 0.27 291.43 0.17 0.67
Hex B5 9D B9 2 F 0 1B 123 11 43
Octal 265 235 271 2 17 0 33 443 21 103
Binary 10110101 10011101 10111001 10 1111 0 11011 100100011 10001 1000011

Color Harmonies of #B59DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59DB9

Black with #B59DB9

Text Example


Text Example

White with #B59DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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