Html Css Color HEX #B99EAB Lily

📋 copy color: '#B99EAB'

red 185 ◦ green 158 ◦ blue 171

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

Shades of Lily #B99EAB

Tints of Lily #B99EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.74%

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

R = 35.99%
G = 30.74%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B99EAB (or 0xB99EAB) is known color: Lily. HEX triplet: B9, 9E and AB. RGB value is (185,158,171). Sum of RGB (Red+Green+Blue) = 185+158+171=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99EAB is #466154. Grayscale: #A7A7A7. Windows color (decimal): -4612437 or 11247289. OLE color: 11247289.

HSL color Cylindrical-coordinate representation of color #B99EAB: hue angle of 331.11º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B99EAB is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 158 171 -
CMYK 0 0.15 0.08 0.27
HSL 331.11º 0.16% 0.67% -
HSV(B) 331.11º 0.15% 0.73% -
XYZ 39.59 37.71 43.72 -
YUV 167.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 185 158 171 0 0.15 0.08 0.27 331.11 0.16 0.67
Hex B9 9E AB 0 F 8 1B 14B 10 43
Octal 271 236 253 0 17 10 33 513 20 103
Binary 10111001 10011110 10101011 0 1111 1000 11011 101001011 10000 1000011

Color Harmonies of #B99EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EAB

Black with #B99EAB

Text Example


Text Example

White with #B99EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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