Html Css Color HEX #B3A7AF Lily

📋 copy color: '#B3A7AF'

red 179 ◦ green 167 ◦ blue 175

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

Shades of Lily #B3A7AF

Tints of Lily #B3A7AF

RGB

 RED value IS 179 (70.31% from 255) = 34.36%

 GREEN value IS 167 (65.63% from 255) = 32.05%

 BLUE value IS 175 (68.75% from 255) = 33.59%

R = 34.36%
G = 32.05%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B3A7AF (or 0xB3A7AF) is known color: Lily. HEX triplet: B3, A7 and AF. RGB value is (179,167,175). Sum of RGB (Red+Green+Blue) = 179+167+175=521 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.36% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A7AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A7AF is #4C5850. Grayscale: #ABABAB. Windows color (decimal): -5003345 or 11511731. OLE color: 11511731.

HSL color Cylindrical-coordinate representation of color #B3A7AF: hue angle of 320º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3A7AF is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 167 175 -
CMYK 0 0.07 0.02 0.30
HSL 320º 0.07% 0.68% -
HSV(B) 320º 0.07% 0.7% -
XYZ 40.15 40.32 46.22 -
YUV 171.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 179 167 175 0 0.07 0.02 0.30 320 0.07 0.68
Hex B3 A7 AF 0 7 2 1E 140 7 44
Octal 263 247 257 0 7 2 36 500 7 104
Binary 10110011 10100111 10101111 0 111 10 11110 101000000 111 1000100

Color Harmonies of #B3A7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A7AF

Black with #B3A7AF

Text Example


Text Example

White with #B3A7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A7AF; }

 p { color: rgb(179,167,175); }

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

background-color css

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

 a { background-color: rgb(179,167,175); }

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

border-color css

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

 span { border-color: rgb(179,167,175); }

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