Html Css Color HEX #B594AA Lily

📋 copy color: '#B594AA'

red 181 ◦ green 148 ◦ blue 170

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

Shades of Lily #B594AA

Tints of Lily #B594AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.66%

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

R = 36.27%
G = 29.66%
B = 34.07%

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

#B594AA (or 0xB594AA) is known color: Lily. HEX triplet: B5, 94 and AA. RGB value is (181,148,170). Sum of RGB (Red+Green+Blue) = 181+148+170=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 181 - color contains mainly: red. Hex color #B594AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B594AA is #4A6B55. Grayscale: #A0A0A0. Windows color (decimal): -4877142 or 11179189. OLE color: 11179189.

HSL color Cylindrical-coordinate representation of color #B594AA: hue angle of 320º 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 #B594AA is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 148 170 -
CMYK 0 0.18 0.06 0.29
HSL 320º 0.18% 0.65% -
HSV(B) 320º 0.18% 0.71% -
XYZ 36.9 33.91 42.63 -
YUV 160.38 133.43 142.71 -
System Red Green Blue C M Y K H S L
Decimal 181 148 170 0 0.18 0.06 0.29 320 0.18 0.65
Hex B5 94 AA 0 12 6 1D 140 12 41
Octal 265 224 252 0 22 6 35 500 22 101
Binary 10110101 10010100 10101010 0 10010 110 11101 101000000 10010 1000001

Color Harmonies of #B594AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594AA

Black with #B594AA

Text Example


Text Example

White with #B594AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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