Html Css Color HEX #BF8DAF Lily

📋 copy color: '#BF8DAF'

red 191 ◦ green 141 ◦ blue 175

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

Shades of Lily #BF8DAF

Tints of Lily #BF8DAF

RGB

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

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

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

R = 37.67%
G = 27.81%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF8DAF (or 0xBF8DAF) is known color: Lily. HEX triplet: BF, 8D and AF. RGB value is (191,141,175). Sum of RGB (Red+Green+Blue) = 191+141+175=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8DAF is #407250. Grayscale: #9F9F9F. Windows color (decimal): -4223569 or 11505087. OLE color: 11505087.

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

Color convert

RGB 191 141 175 -
CMYK 0 0.26 0.08 0.25
HSL 319.2º 0.28% 0.65% -
HSV(B) 319.2º 0.26% 0.75% -
XYZ 38.75 33.22 44.93 -
YUV 159.83 136.57 150.24 -
System Red Green Blue C M Y K H S L
Decimal 191 141 175 0 0.26 0.08 0.25 319.2 0.28 0.65
Hex BF 8D AF 0 1A 8 19 13F 1C 41
Octal 277 215 257 0 32 10 31 477 34 101
Binary 10111111 10001101 10101111 0 11010 1000 11001 100111111 11100 1000001

Color Harmonies of #BF8DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8DAF

Black with #BF8DAF

Text Example


Text Example

White with #BF8DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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