Html Css Color HEX #B99EA8 Lily

📋 copy color: '#B99EA8'

red 185 ◦ green 158 ◦ blue 168

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

Shades of Lily #B99EA8

Tints of Lily #B99EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.88%

R = 36.2%
G = 30.92%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B99EA8 (or 0xB99EA8) is known color: Lily. HEX triplet: B9, 9E and A8. RGB value is (185,158,168). Sum of RGB (Red+Green+Blue) = 185+158+168=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 185 - color contains mainly: red. Hex color #B99EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99EA8 is #466157. Grayscale: #A7A7A7. Windows color (decimal): -4612440 or 11050681. OLE color: 11050681.

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

Color convert

RGB 185 158 168 -
CMYK 0 0.15 0.09 0.27
HSL 337.78º 0.16% 0.67% -
HSV(B) 337.78º 0.15% 0.73% -
XYZ 39.3 37.6 42.23 -
YUV 167.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 185 158 168 0 0.15 0.09 0.27 337.78 0.16 0.67
Hex B9 9E A8 0 F 9 1B 152 10 43
Octal 271 236 250 0 17 11 33 522 20 103
Binary 10111001 10011110 10101000 0 1111 1001 11011 101010010 10000 1000011

Color Harmonies of #B99EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99EA8

Black with #B99EA8

Text Example


Text Example

White with #B99EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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