Html Css Color HEX #B7A8AE Lily

📋 copy color: '#B7A8AE'

red 183 ◦ green 168 ◦ blue 174

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

Shades of Lily #B7A8AE

Tints of Lily #B7A8AE

RGB

 RED value IS 183 (71.88% from 255) = 34.86%

 GREEN value IS 168 (66.02% from 255) = 32%

 BLUE value IS 174 (68.36% from 255) = 33.14%

R = 34.86%
G = 32%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B7A8AE (or 0xB7A8AE) is known color: Lily. HEX triplet: B7, A8 and AE. RGB value is (183,168,174). Sum of RGB (Red+Green+Blue) = 183+168+174=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A8AE is #485751. Grayscale: #ADADAD. Windows color (decimal): -4740946 or 11446455. OLE color: 11446455.

HSL color Cylindrical-coordinate representation of color #B7A8AE: hue angle of 336º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7A8AE is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 168 174 -
CMYK 0 0.08 0.05 0.28
HSL 336º 0.09% 0.69% -
HSV(B) 336º 0.08% 0.72% -
XYZ 41.17 41.13 45.81 -
YUV 173.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 183 168 174 0 0.08 0.05 0.28 336 0.09 0.69
Hex B7 A8 AE 0 8 5 1C 150 9 45
Octal 267 250 256 0 10 5 34 520 11 105
Binary 10110111 10101000 10101110 0 1000 101 11100 101010000 1001 1000101

Color Harmonies of #B7A8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A8AE

Black with #B7A8AE

Text Example


Text Example

White with #B7A8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A8AE; }

 p { color: rgb(183,168,174); }

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

background-color css

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

 a { background-color: rgb(183,168,174); }

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

border-color css

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

 span { border-color: rgb(183,168,174); }

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