Html Css Color HEX #BF8DC3 Lilac

📋 copy color: '#BF8DC3'

red 191 ◦ green 141 ◦ blue 195

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

Shades of Lilac #BF8DC3

Tints of Lilac #BF8DC3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.76%

 BLUE value IS 195 (76.56% from 255) = 37%

R = 36.24%
G = 26.76%
B = 37%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF8DC3 (or 0xBF8DC3) is known color: Lilac. HEX triplet: BF, 8D and C3. RGB value is (191,141,195). Sum of RGB (Red+Green+Blue) = 191+141+195=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF8DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8DC3 is #40723C. Grayscale: #A1A1A1. Windows color (decimal): -4223549 or 12815807. OLE color: 12815807.

HSL color Cylindrical-coordinate representation of color #BF8DC3: hue angle of 295.56º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF8DC3 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 141 195 -
CMYK 0.02 0.28 0 0.24
HSL 295.56º 0.31% 0.66% -
HSV(B) 295.56º 0.28% 0.76% -
XYZ 40.86 34.07 56.05 -
YUV 162.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 191 141 195 0.02 0.28 0 0.24 295.56 0.31 0.66
Hex BF 8D C3 2 1C 0 18 128 1F 42
Octal 277 215 303 2 34 0 30 450 37 102
Binary 10111111 10001101 11000011 10 11100 0 11000 100101000 11111 1000010

Color Harmonies of #BF8DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8DC3

Black with #BF8DC3

Text Example


Text Example

White with #BF8DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8DC3; }

 p { color: rgb(191,141,195); }

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

background-color css

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

 a { background-color: rgb(191,141,195); }

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

border-color css

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

 span { border-color: rgb(191,141,195); }

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