Html Css Color HEX #BF9AAC Lily

📋 copy color: '#BF9AAC'

red 191 ◦ green 154 ◦ blue 172

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

Shades of Lily #BF9AAC

Tints of Lily #BF9AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.79%

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

R = 36.94%
G = 29.79%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF9AAC (or 0xBF9AAC) is known color: Lily. HEX triplet: BF, 9A and AC. RGB value is (191,154,172). Sum of RGB (Red+Green+Blue) = 191+154+172=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9AAC is #406553. Grayscale: #A7A7A7. Windows color (decimal): -4220244 or 11311807. OLE color: 11311807.

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

Color convert

RGB 191 154 172 -
CMYK 0 0.19 0.10 0.25
HSL 330.81º 0.22% 0.68% -
HSV(B) 330.81º 0.19% 0.75% -
XYZ 40.49 37.17 44.07 -
YUV 167.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 191 154 172 0 0.19 0.10 0.25 330.81 0.22 0.68
Hex BF 9A AC 0 13 A 19 14B 16 44
Octal 277 232 254 0 23 12 31 513 26 104
Binary 10111111 10011010 10101100 0 10011 1010 11001 101001011 10110 1000100

Color Harmonies of #BF9AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9AAC

Black with #BF9AAC

Text Example


Text Example

White with #BF9AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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