Html Css Color HEX #B8A5AF Lily

📋 copy color: '#B8A5AF'

red 184 ◦ green 165 ◦ blue 175

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

Shades of Lily #B8A5AF

Tints of Lily #B8A5AF

RGB

 RED value IS 184 (72.27% from 255) = 35.11%

 GREEN value IS 165 (64.84% from 255) = 31.49%

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

R = 35.11%
G = 31.49%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B8A5AF (or 0xB8A5AF) is known color: Lily. HEX triplet: B8, A5 and AF. RGB value is (184,165,175). Sum of RGB (Red+Green+Blue) = 184+165+175=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A5AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A5AF is #475A50. Grayscale: #ABABAB. Windows color (decimal): -4676177 or 11511224. OLE color: 11511224.

HSL color Cylindrical-coordinate representation of color #B8A5AF: hue angle of 328.42º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8A5AF is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 165 175 -
CMYK 0 0.10 0.05 0.28
HSL 328.42º 0.12% 0.68% -
HSV(B) 328.42º 0.1% 0.72% -
XYZ 40.96 40.2 46.16 -
YUV 171.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 184 165 175 0 0.10 0.05 0.28 328.42 0.12 0.68
Hex B8 A5 AF 0 A 5 1C 148 C 44
Octal 270 245 257 0 12 5 34 510 14 104
Binary 10111000 10100101 10101111 0 1010 101 11100 101001000 1100 1000100

Color Harmonies of #B8A5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A5AF

Black with #B8A5AF

Text Example


Text Example

White with #B8A5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A5AF; }

 p { color: rgb(184,165,175); }

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

background-color css

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

 a { background-color: rgb(184,165,175); }

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

border-color css

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

 span { border-color: rgb(184,165,175); }

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