Html Css Color HEX #B4A8AE Lily

📋 copy color: '#B4A8AE'

red 180 ◦ green 168 ◦ blue 174

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

Shades of Lily #B4A8AE

Tints of Lily #B4A8AE

RGB

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

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

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

R = 34.48%
G = 32.18%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B4A8AE (or 0xB4A8AE) is known color: Lily. HEX triplet: B4, A8 and AE. RGB value is (180,168,174). Sum of RGB (Red+Green+Blue) = 180+168+174=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A8AE is #4B5751. Grayscale: #ACACAC. Windows color (decimal): -4937554 or 11446452. OLE color: 11446452.

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

Color convert

RGB 180 168 174 -
CMYK 0 0.07 0.03 0.29
HSL 330º 0.07% 0.68% -
HSV(B) 330º 0.07% 0.71% -
XYZ 40.47 40.76 45.78 -
YUV 172.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 180 168 174 0 0.07 0.03 0.29 330 0.07 0.68
Hex B4 A8 AE 0 7 3 1D 14A 7 44
Octal 264 250 256 0 7 3 35 512 7 104
Binary 10110100 10101000 10101110 0 111 11 11101 101001010 111 1000100

Color Harmonies of #B4A8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A8AE

Black with #B4A8AE

Text Example


Text Example

White with #B4A8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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