Html Css Color HEX #B896AC Lily

📋 copy color: '#B896AC'

red 184 ◦ green 150 ◦ blue 172

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

Shades of Lily #B896AC

Tints of Lily #B896AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.99%

R = 36.36%
G = 29.64%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B896AC (or 0xB896AC) is known color: Lily. HEX triplet: B8, 96 and AC. RGB value is (184,150,172). Sum of RGB (Red+Green+Blue) = 184+150+172=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 184 - color contains mainly: red. Hex color #B896AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B896AC is #476953. Grayscale: #A2A2A2. Windows color (decimal): -4680020 or 11310776. OLE color: 11310776.

HSL color Cylindrical-coordinate representation of color #B896AC: hue angle of 321.18º 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 #B896AC is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 150 172 -
CMYK 0 0.18 0.07 0.28
HSL 321.18º 0.19% 0.65% -
HSV(B) 321.18º 0.18% 0.72% -
XYZ 38.12 34.98 43.77 -
YUV 162.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 184 150 172 0 0.18 0.07 0.28 321.18 0.19 0.65
Hex B8 96 AC 0 12 7 1C 141 13 41
Octal 270 226 254 0 22 7 34 501 23 101
Binary 10111000 10010110 10101100 0 10010 111 11100 101000001 10011 1000001

Color Harmonies of #B896AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B896AC

Black with #B896AC

Text Example


Text Example

White with #B896AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B896AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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