Html Css Color HEX #B7ABAF Lily

📋 copy color: '#B7ABAF'

red 183 ◦ green 171 ◦ blue 175

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

Shades of Lily #B7ABAF

Tints of Lily #B7ABAF

RGB

 RED value IS 183 (71.88% from 255) = 34.59%

 GREEN value IS 171 (67.19% from 255) = 32.33%

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

R = 34.59%
G = 32.33%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B7ABAF (or 0xB7ABAF) is known color: Lily. HEX triplet: B7, AB and AF. RGB value is (183,171,175). Sum of RGB (Red+Green+Blue) = 183+171+175=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ABAF is #485450. Grayscale: #AFAFAF. Windows color (decimal): -4740177 or 11512759. OLE color: 11512759.

HSL color Cylindrical-coordinate representation of color #B7ABAF: hue angle of 340º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7ABAF is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 171 175 -
CMYK 0 0.07 0.04 0.28
HSL 340º 0.08% 0.69% -
HSV(B) 340º 0.07% 0.72% -
XYZ 41.83 42.29 46.52 -
YUV 175.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 183 171 175 0 0.07 0.04 0.28 340 0.08 0.69
Hex B7 AB AF 0 7 4 1C 154 8 45
Octal 267 253 257 0 7 4 34 524 10 105
Binary 10110111 10101011 10101111 0 111 100 11100 101010100 1000 1000101

Color Harmonies of #B7ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7ABAF

Black with #B7ABAF

Text Example


Text Example

White with #B7ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7ABAF; }

 p { color: rgb(183,171,175); }

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

background-color css

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

 a { background-color: rgb(183,171,175); }

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

border-color css

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

 span { border-color: rgb(183,171,175); }

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