Html Css Color HEX #BF8BC3 Lilac

📋 copy color: '#BF8BC3'

red 191 ◦ green 139 ◦ blue 195

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

Shades of Lilac #BF8BC3

Tints of Lilac #BF8BC3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.48%

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

R = 36.38%
G = 26.48%
B = 37.14%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF8BC3 (or 0xBF8BC3) is known color: Lilac. HEX triplet: BF, 8B and C3. RGB value is (191,139,195). Sum of RGB (Red+Green+Blue) = 191+139+195=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF8BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BC3 is #40743C. Grayscale: #A0A0A0. Windows color (decimal): -4224061 or 12815295. OLE color: 12815295.

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

Color convert

RGB 191 139 195 -
CMYK 0.02 0.29 0 0.24
HSL 295.71º 0.32% 0.65% -
HSV(B) 295.71º 0.29% 0.76% -
XYZ 40.57 33.48 55.95 -
YUV 160.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 191 139 195 0.02 0.29 0 0.24 295.71 0.32 0.65
Hex BF 8B C3 2 1D 0 18 128 20 41
Octal 277 213 303 2 35 0 30 450 40 101
Binary 10111111 10001011 11000011 10 11101 0 11000 100101000 100000 1000001

Color Harmonies of #BF8BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8BC3

Black with #BF8BC3

Text Example


Text Example

White with #BF8BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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