Html Css Color HEX #B99DAE Lily

📋 copy color: '#B99DAE'

red 185 ◦ green 157 ◦ blue 174

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

Shades of Lily #B99DAE

Tints of Lily #B99DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.43%

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

R = 35.85%
G = 30.43%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B99DAE (or 0xB99DAE) is known color: Lily. HEX triplet: B9, 9D and AE. RGB value is (185,157,174). Sum of RGB (Red+Green+Blue) = 185+157+174=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B99DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99DAE is #466251. Grayscale: #A7A7A7. Windows color (decimal): -4612690 or 11443641. OLE color: 11443641.

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

Color convert

RGB 185 157 174 -
CMYK 0 0.15 0.06 0.27
HSL 323.57º 0.17% 0.67% -
HSV(B) 323.57º 0.15% 0.73% -
XYZ 39.7 37.48 45.19 -
YUV 167.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 185 157 174 0 0.15 0.06 0.27 323.57 0.17 0.67
Hex B9 9D AE 0 F 6 1B 144 11 43
Octal 271 235 256 0 17 6 33 504 21 103
Binary 10111001 10011101 10101110 0 1111 110 11011 101000100 10001 1000011

Color Harmonies of #B99DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99DAE

Black with #B99DAE

Text Example


Text Example

White with #B99DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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