Html Css Color HEX #BF89AF Lily

📋 copy color: '#BF89AF'

red 191 ◦ green 137 ◦ blue 175

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

Shades of Lily #BF89AF

Tints of Lily #BF89AF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.24%

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

R = 37.97%
G = 27.24%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF89AF (or 0xBF89AF) is known color: Lily. HEX triplet: BF, 89 and AF. RGB value is (191,137,175). Sum of RGB (Red+Green+Blue) = 191+137+175=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF89AF is #407650. Grayscale: #9D9D9D. Windows color (decimal): -4224593 or 11504063. OLE color: 11504063.

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

Color convert

RGB 191 137 175 -
CMYK 0 0.28 0.08 0.25
HSL 317.78º 0.3% 0.64% -
HSV(B) 317.78º 0.28% 0.75% -
XYZ 38.17 32.06 44.73 -
YUV 157.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 191 137 175 0 0.28 0.08 0.25 317.78 0.3 0.64
Hex BF 89 AF 0 1C 8 19 13E 1E 40
Octal 277 211 257 0 34 10 31 476 36 100
Binary 10111111 10001001 10101111 0 11100 1000 11001 100111110 11110 1000000

Color Harmonies of #BF89AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF89AF

Black with #BF89AF

Text Example


Text Example

White with #BF89AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF89AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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