Html Css Color HEX #B595AA Lily

📋 copy color: '#B595AA'

red 181 ◦ green 149 ◦ blue 170

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

Shades of Lily #B595AA

Tints of Lily #B595AA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.8%

 BLUE value IS 170 (66.8% from 255) = 34%

R = 36.2%
G = 29.8%
B = 34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B595AA (or 0xB595AA) is known color: Lily. HEX triplet: B5, 95 and AA. RGB value is (181,149,170). Sum of RGB (Red+Green+Blue) = 181+149+170=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 181 - color contains mainly: red. Hex color #B595AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B595AA is #4A6A55. Grayscale: #A0A0A0. Windows color (decimal): -4876886 or 11179445. OLE color: 11179445.

HSL color Cylindrical-coordinate representation of color #B595AA: hue angle of 320.62º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B595AA is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 149 170 -
CMYK 0 0.18 0.06 0.29
HSL 320.63º 0.18% 0.65% -
HSV(B) 320.63º 0.18% 0.71% -
XYZ 37.06 34.22 42.68 -
YUV 160.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 181 149 170 0 0.18 0.06 0.29 320.63 0.18 0.65
Hex B5 95 AA 0 12 6 1D 141 12 41
Octal 265 225 252 0 22 6 35 501 22 101
Binary 10110101 10010101 10101010 0 10010 110 11101 101000001 10010 1000001

Color Harmonies of #B595AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595AA

Black with #B595AA

Text Example


Text Example

White with #B595AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595AA; }

 p { color: rgb(181,149,170); }

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

background-color css

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

 a { background-color: rgb(181,149,170); }

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

border-color css

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

 span { border-color: rgb(181,149,170); }

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