Html Css Color HEX #BF8CBE Lilac

📋 copy color: '#BF8CBE'

red 191 ◦ green 140 ◦ blue 190

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

Shades of Lilac #BF8CBE

Tints of Lilac #BF8CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.87%

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

R = 36.66%
G = 26.87%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF8CBE (or 0xBF8CBE) is known color: Lilac. HEX triplet: BF, 8C and BE. RGB value is (191,140,190). Sum of RGB (Red+Green+Blue) = 191+140+190=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CBE is #407341. Grayscale: #A0A0A0. Windows color (decimal): -4223810 or 12487871. OLE color: 12487871.

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

Color convert

RGB 191 140 190 -
CMYK 0 0.27 0.01 0.25
HSL 301.18º 0.28% 0.65% -
HSV(B) 301.18º 0.27% 0.75% -
XYZ 40.16 33.55 53.07 -
YUV 160.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 191 140 190 0 0.27 0.01 0.25 301.18 0.28 0.65
Hex BF 8C BE 0 1B 1 19 12D 1C 41
Octal 277 214 276 0 33 1 31 455 34 101
Binary 10111111 10001100 10111110 0 11011 1 11001 100101101 11100 1000001

Color Harmonies of #BF8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8CBE

Black with #BF8CBE

Text Example


Text Example

White with #BF8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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