Html Css Color HEX #BF9FB0 Lily

📋 copy color: '#BF9FB0'

red 191 ◦ green 159 ◦ blue 176

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

Shades of Lily #BF9FB0

Tints of Lily #BF9FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.46%

R = 36.31%
G = 30.23%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF9FB0 (or 0xBF9FB0) is known color: Lily. HEX triplet: BF, 9F and B0. RGB value is (191,159,176). Sum of RGB (Red+Green+Blue) = 191+159+176=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9FB0 is #40604F. Grayscale: #AAAAAA. Windows color (decimal): -4218960 or 11575231. OLE color: 11575231.

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

Color convert

RGB 191 159 176 -
CMYK 0 0.17 0.08 0.25
HSL 328.13º 0.2% 0.69% -
HSV(B) 328.13º 0.17% 0.75% -
XYZ 41.72 39.01 46.4 -
YUV 170.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 191 159 176 0 0.17 0.08 0.25 328.13 0.2 0.69
Hex BF 9F B0 0 11 8 19 148 14 45
Octal 277 237 260 0 21 10 31 510 24 105
Binary 10111111 10011111 10110000 0 10001 1000 11001 101001000 10100 1000101

Color Harmonies of #BF9FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9FB0

Black with #BF9FB0

Text Example


Text Example

White with #BF9FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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