Html Css Color HEX #BF9FB8 Lily

📋 copy color: '#BF9FB8'

red 191 ◦ green 159 ◦ blue 184

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

Shades of Lily #BF9FB8

Tints of Lily #BF9FB8

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.78%

 BLUE value IS 184 (72.27% from 255) = 34.46%

R = 35.77%
G = 29.78%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF9FB8 (or 0xBF9FB8) is known color: Lily. HEX triplet: BF, 9F and B8. RGB value is (191,159,184). Sum of RGB (Red+Green+Blue) = 191+159+184=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 159 (62.5% from 255 or 29.78% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FB8 is #406047. Grayscale: #ABABAB. Windows color (decimal): -4218952 or 12099519. OLE color: 12099519.

HSL color Cylindrical-coordinate representation of color #BF9FB8: hue angle of 313.12º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BF9FB8 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 159 184 -
CMYK 0 0.17 0.04 0.25
HSL 313.13º 0.2% 0.69% -
HSV(B) 313.13º 0.17% 0.75% -
XYZ 42.54 39.33 50.7 -
YUV 171.42 135.1 141.97 -
System Red Green Blue C M Y K H S L
Decimal 191 159 184 0 0.17 0.04 0.25 313.13 0.2 0.69
Hex BF 9F B8 0 11 4 19 139 14 45
Octal 277 237 270 0 21 4 31 471 24 105
Binary 10111111 10011111 10111000 0 10001 100 11001 100111001 10100 1000101

Color Harmonies of #BF9FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9FB8

Black with #BF9FB8

Text Example


Text Example

White with #BF9FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9FB8; }

 p { color: rgb(191,159,184); }

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

background-color css

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

 a { background-color: rgb(191,159,184); }

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

border-color css

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

 span { border-color: rgb(191,159,184); }

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