Html Css Color HEX #B899AD Lily

📋 copy color: '#B899AD'

red 184 ◦ green 153 ◦ blue 173

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

Shades of Lily #B899AD

Tints of Lily #B899AD

RGB

 RED value IS 184 (72.27% from 255) = 36.08%

 GREEN value IS 153 (60.16% from 255) = 30%

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

R = 36.08%
G = 30%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B899AD (or 0xB899AD) is known color: Lily. HEX triplet: B8, 99 and AD. RGB value is (184,153,173). Sum of RGB (Red+Green+Blue) = 184+153+173=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 184 - color contains mainly: red. Hex color #B899AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B899AD is #476652. Grayscale: #A4A4A4. Windows color (decimal): -4679251 or 11377080. OLE color: 11377080.

HSL color Cylindrical-coordinate representation of color #B899AD: hue angle of 321.29º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B899AD is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 153 173 -
CMYK 0 0.17 0.06 0.28
HSL 321.29º 0.18% 0.66% -
HSV(B) 321.29º 0.17% 0.72% -
XYZ 38.7 35.99 44.44 -
YUV 164.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 184 153 173 0 0.17 0.06 0.28 321.29 0.18 0.66
Hex B8 99 AD 0 11 6 1C 141 12 42
Octal 270 231 255 0 21 6 34 501 22 102
Binary 10111000 10011001 10101101 0 10001 110 11100 101000001 10010 1000010

Color Harmonies of #B899AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B899AD

Black with #B899AD

Text Example


Text Example

White with #B899AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B899AD; }

 p { color: rgb(184,153,173); }

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

background-color css

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

 a { background-color: rgb(184,153,173); }

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

border-color css

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

 span { border-color: rgb(184,153,173); }

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