Html Css Color HEX #BF8FBD Lilac

📋 copy color: '#BF8FBD'

red 191 ◦ green 143 ◦ blue 189

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

Shades of Lilac #BF8FBD

Tints of Lilac #BF8FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.14%

R = 36.52%
G = 27.34%
B = 36.14%

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

#BF8FBD (or 0xBF8FBD) is known color: Lilac. HEX triplet: BF, 8F and BD. RGB value is (191,143,189). Sum of RGB (Red+Green+Blue) = 191+143+189=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8FBD is #407042. Grayscale: #A2A2A2. Windows color (decimal): -4223043 or 12423103. OLE color: 12423103.

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

Color convert

RGB 191 143 189 -
CMYK 0 0.25 0.01 0.25
HSL 302.5º 0.27% 0.65% -
HSV(B) 302.5º 0.25% 0.75% -
XYZ 40.49 34.4 52.65 -
YUV 162.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 191 143 189 0 0.25 0.01 0.25 302.5 0.27 0.65
Hex BF 8F BD 0 19 1 19 12E 1B 41
Octal 277 217 275 0 31 1 31 456 33 101
Binary 10111111 10001111 10111101 0 11001 1 11001 100101110 11011 1000001

Color Harmonies of #BF8FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8FBD

Black with #BF8FBD

Text Example


Text Example

White with #BF8FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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