Html Css Color HEX #B99FAE Lily

📋 copy color: '#B99FAE'

red 185 ◦ green 159 ◦ blue 174

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

Shades of Lily #B99FAE

Tints of Lily #B99FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.69%

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

R = 35.71%
G = 30.69%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B99FAE (or 0xB99FAE) is known color: Lily. HEX triplet: B9, 9F and AE. RGB value is (185,159,174). Sum of RGB (Red+Green+Blue) = 185+159+174=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 185 - color contains mainly: red. Hex color #B99FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99FAE is #466051. Grayscale: #A8A8A8. Windows color (decimal): -4612178 or 11444153. OLE color: 11444153.

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

Color convert

RGB 185 159 174 -
CMYK 0 0.14 0.06 0.27
HSL 325.38º 0.16% 0.67% -
HSV(B) 325.38º 0.14% 0.73% -
XYZ 40.05 38.17 45.3 -
YUV 168.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 185 159 174 0 0.14 0.06 0.27 325.38 0.16 0.67
Hex B9 9F AE 0 E 6 1B 145 10 43
Octal 271 237 256 0 16 6 33 505 20 103
Binary 10111001 10011111 10101110 0 1110 110 11011 101000101 10000 1000011

Color Harmonies of #B99FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99FAE

Black with #B99FAE

Text Example


Text Example

White with #B99FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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