Html Css Color HEX #B499A8 Lily

📋 copy color: '#B499A8'

red 180 ◦ green 153 ◦ blue 168

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

Shades of Lily #B499A8

Tints of Lily #B499A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.53%

R = 35.93%
G = 30.54%
B = 33.53%

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

#B499A8 (or 0xB499A8) is known color: Lily. HEX triplet: B4, 99 and A8. RGB value is (180,153,168). Sum of RGB (Red+Green+Blue) = 180+153+168=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B499A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B499A8 is #4B6657. Grayscale: #A2A2A2. Windows color (decimal): -4941400 or 11049396. OLE color: 11049396.

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

Color convert

RGB 180 153 168 -
CMYK 0 0.15 0.07 0.29
HSL 326.67º 0.15% 0.65% -
HSV(B) 326.67º 0.15% 0.71% -
XYZ 37.28 35.31 41.9 -
YUV 162.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 180 153 168 0 0.15 0.07 0.29 326.67 0.15 0.65
Hex B4 99 A8 0 F 7 1D 147 F 41
Octal 264 231 250 0 17 7 35 507 17 101
Binary 10110100 10011001 10101000 0 1111 111 11101 101000111 1111 1000001

Color Harmonies of #B499A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B499A8

Black with #B499A8

Text Example


Text Example

White with #B499A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B499A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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