Html Css Color HEX #BF8BC8 Lilac

📋 copy color: '#BF8BC8'

red 191 ◦ green 139 ◦ blue 200

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

Shades of Lilac #BF8BC8

Tints of Lilac #BF8BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.74%

R = 36.04%
G = 26.23%
B = 37.74%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF8BC8 (or 0xBF8BC8) is known color: Lilac. HEX triplet: BF, 8B and C8. RGB value is (191,139,200). Sum of RGB (Red+Green+Blue) = 191+139+200=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF8BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8BC8 is #407437. Grayscale: #A1A1A1. Windows color (decimal): -4224056 or 13142975. OLE color: 13142975.

HSL color Cylindrical-coordinate representation of color #BF8BC8: hue angle of 291.15º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF8BC8 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 139 200 -
CMYK 0.04 0.30 0 0.22
HSL 291.15º 0.36% 0.66% -
HSV(B) 291.15º 0.31% 0.78% -
XYZ 41.14 33.71 58.98 -
YUV 161.5 149.73 149.04 -
System Red Green Blue C M Y K H S L
Decimal 191 139 200 0.04 0.30 0 0.22 291.15 0.36 0.66
Hex BF 8B C8 4 1E 0 16 123 24 42
Octal 277 213 310 4 36 0 26 443 44 102
Binary 10111111 10001011 11001000 100 11110 0 10110 100100011 100100 1000010

Color Harmonies of #BF8BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8BC8

Black with #BF8BC8

Text Example


Text Example

White with #BF8BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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