Html Css Color HEX #B499A7 Lily

📋 copy color: '#B499A7'

red 180 ◦ green 153 ◦ blue 167

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

Shades of Lily #B499A7

Tints of Lily #B499A7

RGB

 RED value IS 180 (70.7% from 255) = 36%

 GREEN value IS 153 (60.16% from 255) = 30.6%

 BLUE value IS 167 (65.63% from 255) = 33.4%

R = 36%
G = 30.6%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B499A7 (or 0xB499A7) is known color: Lily. HEX triplet: B4, 99 and A7. RGB value is (180,153,167). Sum of RGB (Red+Green+Blue) = 180+153+167=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 167 (65.62% from 255 or 33.4% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B499A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B499A7 is #4B6658. Grayscale: #A2A2A2. Windows color (decimal): -4941401 or 10983860. OLE color: 10983860.

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

Color convert

RGB 180 153 167 -
CMYK 0 0.15 0.07 0.29
HSL 328.89º 0.15% 0.65% -
HSV(B) 328.89º 0.15% 0.71% -
XYZ 37.19 35.28 41.41 -
YUV 162.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 180 153 167 0 0.15 0.07 0.29 328.89 0.15 0.65
Hex B4 99 A7 0 F 7 1D 149 F 41
Octal 264 231 247 0 17 7 35 511 17 101
Binary 10110100 10011001 10100111 0 1111 111 11101 101001001 1111 1000001

Color Harmonies of #B499A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B499A7

Black with #B499A7

Text Example


Text Example

White with #B499A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B499A7; }

 p { color: rgb(180,153,167); }

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

background-color css

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

 a { background-color: rgb(180,153,167); }

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

border-color css

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

 span { border-color: rgb(180,153,167); }

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