Html Css Color HEX #BF8FB0 Lily

📋 copy color: '#BF8FB0'

red 191 ◦ green 143 ◦ blue 176

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

Shades of Lily #BF8FB0

Tints of Lily #BF8FB0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.04%

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

R = 37.45%
G = 28.04%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF8FB0 (or 0xBF8FB0) is known color: Lily. HEX triplet: BF, 8F and B0. RGB value is (191,143,176). Sum of RGB (Red+Green+Blue) = 191+143+176=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8FB0 is #40704F. Grayscale: #A1A1A1. Windows color (decimal): -4223056 or 11571135. OLE color: 11571135.

HSL color Cylindrical-coordinate representation of color #BF8FB0: hue angle of 318.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BF8FB0 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 143 176 -
CMYK 0 0.25 0.08 0.25
HSL 318.75º 0.27% 0.65% -
HSV(B) 318.75º 0.25% 0.75% -
XYZ 39.14 33.86 45.55 -
YUV 161.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 191 143 176 0 0.25 0.08 0.25 318.75 0.27 0.65
Hex BF 8F B0 0 19 8 19 13F 1B 41
Octal 277 217 260 0 31 10 31 477 33 101
Binary 10111111 10001111 10110000 0 11001 1000 11001 100111111 11011 1000001

Color Harmonies of #BF8FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FB0

Black with #BF8FB0

Text Example


Text Example

White with #BF8FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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