Html Css Color HEX #BFA8AF Lily

📋 copy color: '#BFA8AF'

red 191 ◦ green 168 ◦ blue 175

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

Shades of Lily #BFA8AF

Tints of Lily #BFA8AF

RGB

 RED value IS 191 (75% from 255) = 35.77%

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

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

R = 35.77%
G = 31.46%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BFA8AF (or 0xBFA8AF) is known color: Lily. HEX triplet: BF, A8 and AF. RGB value is (191,168,175). Sum of RGB (Red+Green+Blue) = 191+168+175=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA8AF is #405750. Grayscale: #AFAFAF. Windows color (decimal): -4216657 or 11511999. OLE color: 11511999.

HSL color Cylindrical-coordinate representation of color #BFA8AF: hue angle of 341.74º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFA8AF is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 168 175 -
CMYK 0 0.12 0.08 0.25
HSL 341.74º 0.15% 0.7% -
HSV(B) 341.74º 0.12% 0.75% -
XYZ 43.23 42.18 46.42 -
YUV 175.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 191 168 175 0 0.12 0.08 0.25 341.74 0.15 0.7
Hex BF A8 AF 0 C 8 19 156 F 46
Octal 277 250 257 0 14 10 31 526 17 106
Binary 10111111 10101000 10101111 0 1100 1000 11001 101010110 1111 1000110

Color Harmonies of #BFA8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA8AF

Black with #BFA8AF

Text Example


Text Example

White with #BFA8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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