Html Css Color HEX #B3A8AF Lily

📋 copy color: '#B3A8AF'

red 179 ◦ green 168 ◦ blue 175

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

Shades of Lily #B3A8AF

Tints of Lily #B3A8AF

RGB

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

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

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

R = 34.29%
G = 32.18%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B3A8AF (or 0xB3A8AF) is known color: Lily. HEX triplet: B3, A8 and AF. RGB value is (179,168,175). Sum of RGB (Red+Green+Blue) = 179+168+175=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A8AF is #4C5750. Grayscale: #ACACAC. Windows color (decimal): -5003089 or 11511987. OLE color: 11511987.

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

Color convert

RGB 179 168 175 -
CMYK 0 0.06 0.02 0.30
HSL 321.82º 0.07% 0.68% -
HSV(B) 321.82º 0.06% 0.7% -
XYZ 40.33 40.68 46.28 -
YUV 172.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 179 168 175 0 0.06 0.02 0.30 321.82 0.07 0.68
Hex B3 A8 AF 0 6 2 1E 142 7 44
Octal 263 250 257 0 6 2 36 502 7 104
Binary 10110011 10101000 10101111 0 110 10 11110 101000010 111 1000100

Color Harmonies of #B3A8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A8AF

Black with #B3A8AF

Text Example


Text Example

White with #B3A8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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