Html Css Color HEX #BF98AF Lily

📋 copy color: '#BF98AF'

red 191 ◦ green 152 ◦ blue 175

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

Shades of Lily #BF98AF

Tints of Lily #BF98AF

RGB

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

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

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

R = 36.87%
G = 29.34%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF98AF (or 0xBF98AF) is known color: Lily. HEX triplet: BF, 98 and AF. RGB value is (191,152,175). Sum of RGB (Red+Green+Blue) = 191+152+175=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF98AF is #406750. Grayscale: #A6A6A6. Windows color (decimal): -4220753 or 11507903. OLE color: 11507903.

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

Color convert

RGB 191 152 175 -
CMYK 0 0.20 0.08 0.25
HSL 324.62º 0.23% 0.67% -
HSV(B) 324.62º 0.2% 0.75% -
XYZ 40.45 36.63 45.5 -
YUV 166.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 191 152 175 0 0.20 0.08 0.25 324.62 0.23 0.67
Hex BF 98 AF 0 14 8 19 145 17 43
Octal 277 230 257 0 24 10 31 505 27 103
Binary 10111111 10011000 10101111 0 10100 1000 11001 101000101 10111 1000011

Color Harmonies of #BF98AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF98AF

Black with #BF98AF

Text Example


Text Example

White with #BF98AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF98AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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