Html Css Color HEX #BF94AF Lily

📋 copy color: '#BF94AF'

red 191 ◦ green 148 ◦ blue 175

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

Shades of Lily #BF94AF

Tints of Lily #BF94AF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.79%

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

R = 37.16%
G = 28.79%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF94AF (or 0xBF94AF) is known color: Lily. HEX triplet: BF, 94 and AF. RGB value is (191,148,175). Sum of RGB (Red+Green+Blue) = 191+148+175=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BF94AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF94AF is #406B50. Grayscale: #A3A3A3. Windows color (decimal): -4221777 or 11506879. OLE color: 11506879.

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

Color convert

RGB 191 148 175 -
CMYK 0 0.23 0.08 0.25
HSL 322.33º 0.25% 0.66% -
HSV(B) 322.33º 0.23% 0.75% -
XYZ 39.81 35.35 45.28 -
YUV 163.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 191 148 175 0 0.23 0.08 0.25 322.33 0.25 0.66
Hex BF 94 AF 0 17 8 19 142 19 42
Octal 277 224 257 0 27 10 31 502 31 102
Binary 10111111 10010100 10101111 0 10111 1000 11001 101000010 11001 1000010

Color Harmonies of #BF94AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF94AF

Black with #BF94AF

Text Example


Text Example

White with #BF94AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF94AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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