Html Css Color HEX #BF8CBD Lilac

📋 copy color: '#BF8CBD'

red 191 ◦ green 140 ◦ blue 189

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

Shades of Lilac #BF8CBD

Tints of Lilac #BF8CBD

RGB

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

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

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

R = 36.73%
G = 26.92%
B = 36.35%

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

#BF8CBD (or 0xBF8CBD) is known color: Lilac. HEX triplet: BF, 8C and BD. RGB value is (191,140,189). Sum of RGB (Red+Green+Blue) = 191+140+189=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF8CBD is #407342. Grayscale: #A0A0A0. Windows color (decimal): -4223811 or 12422335. OLE color: 12422335.

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

Color convert

RGB 191 140 189 -
CMYK 0 0.27 0.01 0.25
HSL 302.35º 0.28% 0.65% -
HSV(B) 302.35º 0.27% 0.75% -
XYZ 40.05 33.51 52.5 -
YUV 160.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 191 140 189 0 0.27 0.01 0.25 302.35 0.28 0.65
Hex BF 8C BD 0 1B 1 19 12E 1C 41
Octal 277 214 275 0 33 1 31 456 34 101
Binary 10111111 10001100 10111101 0 11011 1 11001 100101110 11100 1000001

Color Harmonies of #BF8CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8CBD

Black with #BF8CBD

Text Example


Text Example

White with #BF8CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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