Html Css Color HEX #B99EAA Lily

📋 copy color: '#B99EAA'

red 185 ◦ green 158 ◦ blue 170

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

Shades of Lily #B99EAA

Tints of Lily #B99EAA

RGB

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

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

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

R = 36.06%
G = 30.8%
B = 33.14%

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

#B99EAA (or 0xB99EAA) is known color: Lily. HEX triplet: B9, 9E and AA. RGB value is (185,158,170). Sum of RGB (Red+Green+Blue) = 185+158+170=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99EAA is #466155. Grayscale: #A7A7A7. Windows color (decimal): -4612438 or 11181753. OLE color: 11181753.

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

Color convert

RGB 185 158 170 -
CMYK 0 0.15 0.08 0.27
HSL 333.33º 0.16% 0.67% -
HSV(B) 333.33º 0.15% 0.73% -
XYZ 39.49 37.67 43.22 -
YUV 167.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 185 158 170 0 0.15 0.08 0.27 333.33 0.16 0.67
Hex B9 9E AA 0 F 8 1B 14D 10 43
Octal 271 236 252 0 17 10 33 515 20 103
Binary 10111001 10011110 10101010 0 1111 1000 11011 101001101 10000 1000011

Color Harmonies of #B99EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EAA

Black with #B99EAA

Text Example


Text Example

White with #B99EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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