Html Css Color HEX #BFA2AC Lily

📋 copy color: '#BFA2AC'

red 191 ◦ green 162 ◦ blue 172

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

Shades of Lily #BFA2AC

Tints of Lily #BFA2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.76%

R = 36.38%
G = 30.86%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BFA2AC (or 0xBFA2AC) is known color: Lily. HEX triplet: BF, A2 and AC. RGB value is (191,162,172). Sum of RGB (Red+Green+Blue) = 191+162+172=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA2AC is #405D53. Grayscale: #ABABAB. Windows color (decimal): -4218196 or 11313855. OLE color: 11313855.

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

Color convert

RGB 191 162 172 -
CMYK 0 0.15 0.10 0.25
HSL 339.31º 0.18% 0.69% -
HSV(B) 339.31º 0.15% 0.75% -
XYZ 41.85 39.9 44.52 -
YUV 171.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 191 162 172 0 0.15 0.10 0.25 339.31 0.18 0.69
Hex BF A2 AC 0 F A 19 153 12 45
Octal 277 242 254 0 17 12 31 523 22 105
Binary 10111111 10100010 10101100 0 1111 1010 11001 101010011 10010 1000101

Color Harmonies of #BFA2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA2AC

Black with #BFA2AC

Text Example


Text Example

White with #BFA2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA2AC; }

 p { color: rgb(191,162,172); }

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

background-color css

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

 a { background-color: rgb(191,162,172); }

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

border-color css

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

 span { border-color: rgb(191,162,172); }

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