Html Css Color HEX #B999AB Lily

📋 copy color: '#B999AB'

red 185 ◦ green 153 ◦ blue 171

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

Shades of Lily #B999AB

Tints of Lily #B999AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.6%

R = 36.35%
G = 30.06%
B = 33.6%

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

#B999AB (or 0xB999AB) is known color: Lily. HEX triplet: B9, 99 and AB. RGB value is (185,153,171). Sum of RGB (Red+Green+Blue) = 185+153+171=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 185 - color contains mainly: red. Hex color #B999AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B999AB is #466654. Grayscale: #A4A4A4. Windows color (decimal): -4613717 or 11246009. OLE color: 11246009.

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

Color convert

RGB 185 153 171 -
CMYK 0 0.17 0.08 0.27
HSL 326.25º 0.19% 0.66% -
HSV(B) 326.25º 0.17% 0.73% -
XYZ 38.75 36.04 43.44 -
YUV 164.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 185 153 171 0 0.17 0.08 0.27 326.25 0.19 0.66
Hex B9 99 AB 0 11 8 1B 146 13 42
Octal 271 231 253 0 21 10 33 506 23 102
Binary 10111001 10011001 10101011 0 10001 1000 11011 101000110 10011 1000010

Color Harmonies of #B999AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999AB

Black with #B999AB

Text Example


Text Example

White with #B999AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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