Html Css Color HEX #BF98AC Lily

📋 copy color: '#BF98AC'

red 191 ◦ green 152 ◦ blue 172

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

Shades of Lily #BF98AC

Tints of Lily #BF98AC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.51%

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

R = 37.09%
G = 29.51%
B = 33.4%

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

#BF98AC (or 0xBF98AC) is known color: Lily. HEX triplet: BF, 98 and AC. RGB value is (191,152,172). Sum of RGB (Red+Green+Blue) = 191+152+172=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF98AC is #406753. Grayscale: #A5A5A5. Windows color (decimal): -4220756 or 11311295. OLE color: 11311295.

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

Color convert

RGB 191 152 172 -
CMYK 0 0.20 0.10 0.25
HSL 329.23º 0.23% 0.67% -
HSV(B) 329.23º 0.2% 0.75% -
XYZ 40.16 36.51 43.96 -
YUV 165.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 191 152 172 0 0.20 0.10 0.25 329.23 0.23 0.67
Hex BF 98 AC 0 14 A 19 149 17 43
Octal 277 230 254 0 24 12 31 511 27 103
Binary 10111111 10011000 10101100 0 10100 1010 11001 101001001 10111 1000011

Color Harmonies of #BF98AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF98AC

Black with #BF98AC

Text Example


Text Example

White with #BF98AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF98AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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