Html Css Color HEX #B8A3AB Lily

📋 copy color: '#B8A3AB'

red 184 ◦ green 163 ◦ blue 171

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

Shades of Lily #B8A3AB

Tints of Lily #B8A3AB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.47%

 BLUE value IS 171 (67.19% from 255) = 33.01%

R = 35.52%
G = 31.47%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B8A3AB (or 0xB8A3AB) is known color: Lily. HEX triplet: B8, A3 and AB. RGB value is (184,163,171). Sum of RGB (Red+Green+Blue) = 184+163+171=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A3AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A3AB is #475C54. Grayscale: #AAAAAA. Windows color (decimal): -4676693 or 11248568. OLE color: 11248568.

HSL color Cylindrical-coordinate representation of color #B8A3AB: hue angle of 337.14º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8A3AB is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 163 171 -
CMYK 0 0.11 0.07 0.28
HSL 337.14º 0.13% 0.68% -
HSV(B) 337.14º 0.11% 0.72% -
XYZ 40.22 39.33 44 -
YUV 170.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 184 163 171 0 0.11 0.07 0.28 337.14 0.13 0.68
Hex B8 A3 AB 0 B 7 1C 151 D 44
Octal 270 243 253 0 13 7 34 521 15 104
Binary 10111000 10100011 10101011 0 1011 111 11100 101010001 1101 1000100

Color Harmonies of #B8A3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A3AB

Black with #B8A3AB

Text Example


Text Example

White with #B8A3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A3AB; }

 p { color: rgb(184,163,171); }

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

background-color css

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

 a { background-color: rgb(184,163,171); }

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

border-color css

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

 span { border-color: rgb(184,163,171); }

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