Html Css Color HEX #BF8FBE Lilac

📋 copy color: '#BF8FBE'

red 191 ◦ green 143 ◦ blue 190

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

Shades of Lilac #BF8FBE

Tints of Lilac #BF8FBE

RGB

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

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

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

R = 36.45%
G = 27.29%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF8FBE (or 0xBF8FBE) is known color: Lilac. HEX triplet: BF, 8F and BE. RGB value is (191,143,190). Sum of RGB (Red+Green+Blue) = 191+143+190=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FBE is #407041. Grayscale: #A2A2A2. Windows color (decimal): -4223042 or 12488639. OLE color: 12488639.

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

Color convert

RGB 191 143 190 -
CMYK 0 0.25 0.01 0.25
HSL 301.25º 0.27% 0.65% -
HSV(B) 301.25º 0.25% 0.75% -
XYZ 40.6 34.44 53.22 -
YUV 162.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 191 143 190 0 0.25 0.01 0.25 301.25 0.27 0.65
Hex BF 8F BE 0 19 1 19 12D 1B 41
Octal 277 217 276 0 31 1 31 455 33 101
Binary 10111111 10001111 10111110 0 11001 1 11001 100101101 11011 1000001

Color Harmonies of #BF8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FBE

Black with #BF8FBE

Text Example


Text Example

White with #BF8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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