Html Css Color HEX #BF8DAD Lily

📋 copy color: '#BF8DAD'

red 191 ◦ green 141 ◦ blue 173

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

Shades of Lily #BF8DAD

Tints of Lily #BF8DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.26%

R = 37.82%
G = 27.92%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF8DAD (or 0xBF8DAD) is known color: Lily. HEX triplet: BF, 8D and AD. RGB value is (191,141,173). Sum of RGB (Red+Green+Blue) = 191+141+173=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8DAD is #407252. Grayscale: #9F9F9F. Windows color (decimal): -4223571 or 11374015. OLE color: 11374015.

HSL color Cylindrical-coordinate representation of color #BF8DAD: hue angle of 321.6º 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 #BF8DAD is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 141 173 -
CMYK 0 0.26 0.09 0.25
HSL 321.6º 0.28% 0.65% -
HSV(B) 321.6º 0.26% 0.75% -
XYZ 38.55 33.14 43.9 -
YUV 159.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 191 141 173 0 0.26 0.09 0.25 321.6 0.28 0.65
Hex BF 8D AD 0 1A 9 19 142 1C 41
Octal 277 215 255 0 32 11 31 502 34 101
Binary 10111111 10001101 10101101 0 11010 1001 11001 101000010 11100 1000001

Color Harmonies of #BF8DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8DAD

Black with #BF8DAD

Text Example


Text Example

White with #BF8DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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