Html Css Color HEX #BF8DAC Lily

📋 copy color: '#BF8DAC'

red 191 ◦ green 141 ◦ blue 172

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

Shades of Lily #BF8DAC

Tints of Lily #BF8DAC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.98%

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

R = 37.9%
G = 27.98%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF8DAC (or 0xBF8DAC) is known color: Lily. HEX triplet: BF, 8D and AC. RGB value is (191,141,172). Sum of RGB (Red+Green+Blue) = 191+141+172=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8DAC is #407253. Grayscale: #9F9F9F. Windows color (decimal): -4223572 or 11308479. OLE color: 11308479.

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

Color convert

RGB 191 141 172 -
CMYK 0 0.26 0.10 0.25
HSL 322.8º 0.28% 0.65% -
HSV(B) 322.8º 0.26% 0.75% -
XYZ 38.46 33.1 43.39 -
YUV 159.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 191 141 172 0 0.26 0.10 0.25 322.8 0.28 0.65
Hex BF 8D AC 0 1A A 19 143 1C 41
Octal 277 215 254 0 32 12 31 503 34 101
Binary 10111111 10001101 10101100 0 11010 1010 11001 101000011 11100 1000001

Color Harmonies of #BF8DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8DAC

Black with #BF8DAC

Text Example


Text Example

White with #BF8DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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