Html Css Color HEX #BF99AC Lily

📋 copy color: '#BF99AC'

red 191 ◦ green 153 ◦ blue 172

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

Shades of Lily #BF99AC

Tints of Lily #BF99AC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.65%

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

R = 37.02%
G = 29.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF99AC (or 0xBF99AC) is known color: Lily. HEX triplet: BF, 99 and AC. RGB value is (191,153,172). Sum of RGB (Red+Green+Blue) = 191+153+172=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99AC is #406653. Grayscale: #A6A6A6. Windows color (decimal): -4220500 or 11311551. OLE color: 11311551.

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

Color convert

RGB 191 153 172 -
CMYK 0 0.20 0.10 0.25
HSL 330º 0.23% 0.67% -
HSV(B) 330º 0.2% 0.75% -
XYZ 40.32 36.84 44.01 -
YUV 166.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 191 153 172 0 0.20 0.10 0.25 330 0.23 0.67
Hex BF 99 AC 0 14 A 19 14A 17 43
Octal 277 231 254 0 24 12 31 512 27 103
Binary 10111111 10011001 10101100 0 10100 1010 11001 101001010 10111 1000011

Color Harmonies of #BF99AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99AC

Black with #BF99AC

Text Example


Text Example

White with #BF99AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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