Html Css Color HEX #BF93AC Lily

📋 copy color: '#BF93AC'

red 191 ◦ green 147 ◦ blue 172

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

Shades of Lily #BF93AC

Tints of Lily #BF93AC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.82%

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

R = 37.45%
G = 28.82%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF93AC (or 0xBF93AC) is known color: Lily. HEX triplet: BF, 93 and AC. RGB value is (191,147,172). Sum of RGB (Red+Green+Blue) = 191+147+172=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF93AC is #406C53. Grayscale: #A2A2A2. Windows color (decimal): -4222036 or 11310015. OLE color: 11310015.

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

Color convert

RGB 191 147 172 -
CMYK 0 0.23 0.10 0.25
HSL 325.91º 0.26% 0.66% -
HSV(B) 325.91º 0.23% 0.75% -
XYZ 39.37 34.92 43.7 -
YUV 163.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 191 147 172 0 0.23 0.10 0.25 325.91 0.26 0.66
Hex BF 93 AC 0 17 A 19 146 1A 42
Octal 277 223 254 0 27 12 31 506 32 102
Binary 10111111 10010011 10101100 0 10111 1010 11001 101000110 11010 1000010

Color Harmonies of #BF93AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF93AC

Black with #BF93AC

Text Example


Text Example

White with #BF93AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF93AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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