Html Css Color HEX #B4A2AF Lily

📋 copy color: '#B4A2AF'

red 180 ◦ green 162 ◦ blue 175

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

Shades of Lily #B4A2AF

Tints of Lily #B4A2AF

RGB

 RED value IS 180 (70.7% from 255) = 34.82%

 GREEN value IS 162 (63.67% from 255) = 31.33%

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

R = 34.82%
G = 31.33%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B4A2AF (or 0xB4A2AF) is known color: Lily. HEX triplet: B4, A2 and AF. RGB value is (180,162,175). Sum of RGB (Red+Green+Blue) = 180+162+175=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A2AF is #4B5D50. Grayscale: #A8A8A8. Windows color (decimal): -4939089 or 11510452. OLE color: 11510452.

HSL color Cylindrical-coordinate representation of color #B4A2AF: hue angle of 316.67º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4A2AF is Cyan = 0, Magento = 0.1, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 162 175 -
CMYK 0 0.1 0.03 0.29
HSL 316.67º 0.11% 0.67% -
HSV(B) 316.67º 0.1% 0.71% -
XYZ 39.48 38.64 45.93 -
YUV 168.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 180 162 175 0 0.1 0.03 0.29 316.67 0.11 0.67
Hex B4 A2 AF 0 A 3 1D 13D B 43
Octal 264 242 257 0 12 3 35 475 13 103
Binary 10110100 10100010 10101111 0 1010 11 11101 100111101 1011 1000011

Color Harmonies of #B4A2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A2AF

Black with #B4A2AF

Text Example


Text Example

White with #B4A2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A2AF; }

 p { color: rgb(180,162,175); }

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

background-color css

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

 a { background-color: rgb(180,162,175); }

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

border-color css

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

 span { border-color: rgb(180,162,175); }

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