Html Css Color HEX #B999AA Lily

📋 copy color: '#B999AA'

red 185 ◦ green 153 ◦ blue 170

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

Shades of Lily #B999AA

Tints of Lily #B999AA

RGB

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

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

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

R = 36.42%
G = 30.12%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B999AA (or 0xB999AA) is known color: Lily. HEX triplet: B9, 99 and AA. RGB value is (185,153,170). Sum of RGB (Red+Green+Blue) = 185+153+170=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B999AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B999AA is #466655. Grayscale: #A4A4A4. Windows color (decimal): -4613718 or 11180473. OLE color: 11180473.

HSL color Cylindrical-coordinate representation of color #B999AA: hue angle of 328.12º 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 #B999AA is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 153 170 -
CMYK 0 0.17 0.08 0.27
HSL 328.13º 0.19% 0.66% -
HSV(B) 328.13º 0.17% 0.73% -
XYZ 38.65 36 42.94 -
YUV 164.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 185 153 170 0 0.17 0.08 0.27 328.13 0.19 0.66
Hex B9 99 AA 0 11 8 1B 148 13 42
Octal 271 231 252 0 21 10 33 510 23 102
Binary 10111001 10011001 10101010 0 10001 1000 11011 101001000 10011 1000010

Color Harmonies of #B999AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999AA

Black with #B999AA

Text Example


Text Example

White with #B999AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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