Html Css Color HEX #B99EAD Lily

📋 copy color: '#B99EAD'

red 185 ◦ green 158 ◦ blue 173

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

Shades of Lily #B99EAD

Tints of Lily #B99EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.53%

R = 35.85%
G = 30.62%
B = 33.53%

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

#B99EAD (or 0xB99EAD) is known color: Lily. HEX triplet: B9, 9E and AD. RGB value is (185,158,173). Sum of RGB (Red+Green+Blue) = 185+158+173=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99EAD is #466152. Grayscale: #A7A7A7. Windows color (decimal): -4612435 or 11378361. OLE color: 11378361.

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

Color convert

RGB 185 158 173 -
CMYK 0 0.15 0.06 0.27
HSL 326.67º 0.16% 0.67% -
HSV(B) 326.67º 0.15% 0.73% -
XYZ 39.78 37.79 44.73 -
YUV 167.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 185 158 173 0 0.15 0.06 0.27 326.67 0.16 0.67
Hex B9 9E AD 0 F 6 1B 147 10 43
Octal 271 236 255 0 17 6 33 507 20 103
Binary 10111001 10011110 10101101 0 1111 110 11011 101000111 10000 1000011

Color Harmonies of #B99EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EAD

Black with #B99EAD

Text Example


Text Example

White with #B99EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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