Html Css Color HEX #B999AE Lily

📋 copy color: '#B999AE'

red 185 ◦ green 153 ◦ blue 174

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

Shades of Lily #B999AE

Tints of Lily #B999AE

RGB

 RED value IS 185 (72.66% from 255) = 36.13%

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

 BLUE value IS 174 (68.36% from 255) = 33.98%

R = 36.13%
G = 29.88%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B999AE (or 0xB999AE) is known color: Lily. HEX triplet: B9, 99 and AE. RGB value is (185,153,174). Sum of RGB (Red+Green+Blue) = 185+153+174=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 185 - color contains mainly: red. Hex color #B999AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B999AE is #466651. Grayscale: #A4A4A4. Windows color (decimal): -4613714 or 11442617. OLE color: 11442617.

HSL color Cylindrical-coordinate representation of color #B999AE: hue angle of 320.62º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B999AE is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 153 174 -
CMYK 0 0.17 0.06 0.27
HSL 320.63º 0.19% 0.66% -
HSV(B) 320.63º 0.17% 0.73% -
XYZ 39.04 36.15 44.97 -
YUV 164.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 185 153 174 0 0.17 0.06 0.27 320.63 0.19 0.66
Hex B9 99 AE 0 11 6 1B 141 13 42
Octal 271 231 256 0 21 6 33 501 23 102
Binary 10111001 10011001 10101110 0 10001 110 11011 101000001 10011 1000010

Color Harmonies of #B999AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999AE

Black with #B999AE

Text Example


Text Example

White with #B999AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999AE; }

 p { color: rgb(185,153,174); }

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

background-color css

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

 a { background-color: rgb(185,153,174); }

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

border-color css

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

 span { border-color: rgb(185,153,174); }

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