Html Css Color HEX #B59DB7 Lola

📋 copy color: '#B59DB7'

red 181 ◦ green 157 ◦ blue 183

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

Shades of Lola #B59DB7

Tints of Lola #B59DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.12%

R = 34.74%
G = 30.13%
B = 35.12%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B59DB7 (or 0xB59DB7) is known color: Lola. HEX triplet: B5, 9D and B7. RGB value is (181,157,183). Sum of RGB (Red+Green+Blue) = 181+157+183=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 183 - color contains mainly: blue. Hex color #B59DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DB7 is #4A6248. Grayscale: #A7A7A7. Windows color (decimal): -4874825 or 12033461. OLE color: 12033461.

HSL color Cylindrical-coordinate representation of color #B59DB7: hue angle of 295.38º 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 #B59DB7 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 157 183 -
CMYK 0.01 0.14 0 0.28
HSL 295.38º 0.15% 0.67% -
HSV(B) 295.38º 0.14% 0.72% -
XYZ 39.66 37.36 49.92 -
YUV 167.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 181 157 183 0.01 0.14 0 0.28 295.38 0.15 0.67
Hex B5 9D B7 1 E 0 1C 127 F 43
Octal 265 235 267 1 16 0 34 447 17 103
Binary 10110101 10011101 10110111 1 1110 0 11100 100100111 1111 1000011

Color Harmonies of #B59DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59DB7

Black with #B59DB7

Text Example


Text Example

White with #B59DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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