Html Css Color HEX #BF9FBE Lilac

📋 copy color: '#BF9FBE'

red 191 ◦ green 159 ◦ blue 190

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

Shades of Lilac #BF9FBE

Tints of Lilac #BF9FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.19%

R = 35.37%
G = 29.44%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF9FBE (or 0xBF9FBE) is known color: Lilac. HEX triplet: BF, 9F and BE. RGB value is (191,159,190). Sum of RGB (Red+Green+Blue) = 191+159+190=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FBE is #406041. Grayscale: #ACACAC. Windows color (decimal): -4218946 or 12492735. OLE color: 12492735.

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

Color convert

RGB 191 159 190 -
CMYK 0 0.17 0.01 0.25
HSL 301.88º 0.2% 0.69% -
HSV(B) 301.88º 0.17% 0.75% -
XYZ 43.18 39.59 54.08 -
YUV 172.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 191 159 190 0 0.17 0.01 0.25 301.88 0.2 0.69
Hex BF 9F BE 0 11 1 19 12E 14 45
Octal 277 237 276 0 21 1 31 456 24 105
Binary 10111111 10011111 10111110 0 10001 1 11001 100101110 10100 1000101

Color Harmonies of #BF9FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9FBE

Black with #BF9FBE

Text Example


Text Example

White with #BF9FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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