Html Css Color HEX #B896AD Lily

📋 copy color: '#B896AD'

red 184 ◦ green 150 ◦ blue 173

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

Shades of Lily #B896AD

Tints of Lily #B896AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.59%

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

R = 36.29%
G = 29.59%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B896AD (or 0xB896AD) is known color: Lily. HEX triplet: B8, 96 and AD. RGB value is (184,150,173). Sum of RGB (Red+Green+Blue) = 184+150+173=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 184 - color contains mainly: red. Hex color #B896AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B896AD is #476952. Grayscale: #A2A2A2. Windows color (decimal): -4680019 or 11376312. OLE color: 11376312.

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

Color convert

RGB 184 150 173 -
CMYK 0 0.18 0.06 0.28
HSL 319.41º 0.19% 0.65% -
HSV(B) 319.41º 0.18% 0.72% -
XYZ 38.22 35.02 44.28 -
YUV 162.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 184 150 173 0 0.18 0.06 0.28 319.41 0.19 0.65
Hex B8 96 AD 0 12 6 1C 13F 13 41
Octal 270 226 255 0 22 6 34 477 23 101
Binary 10111000 10010110 10101101 0 10010 110 11100 100111111 10011 1000001

Color Harmonies of #B896AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896AD

Black with #B896AD

Text Example


Text Example

White with #B896AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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