Html Css Color HEX #BFA1C0 Lilac

📋 copy color: '#BFA1C0'

red 191 ◦ green 161 ◦ blue 192

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

Shades of Lilac #BFA1C0

Tints of Lilac #BFA1C0

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.6%

 BLUE value IS 192 (75.39% from 255) = 35.29%

R = 35.11%
G = 29.6%
B = 35.29%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BFA1C0 (or 0xBFA1C0) is known color: Lilac. HEX triplet: BF, A1 and C0. RGB value is (191,161,192). Sum of RGB (Red+Green+Blue) = 191+161+192=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFA1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1C0 is #405E3F. Grayscale: #ADADAD. Windows color (decimal): -4218432 or 12624319. OLE color: 12624319.

HSL color Cylindrical-coordinate representation of color #BFA1C0: hue angle of 298.06º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFA1C0 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 161 192 -
CMYK 0.01 0.16 0 0.25
HSL 298.06º 0.2% 0.69% -
HSV(B) 298.06º 0.16% 0.75% -
XYZ 43.75 40.37 55.36 -
YUV 173.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 191 161 192 0.01 0.16 0 0.25 298.06 0.2 0.69
Hex BF A1 C0 1 10 0 19 12A 14 45
Octal 277 241 300 1 20 0 31 452 24 105
Binary 10111111 10100001 11000000 1 10000 0 11001 100101010 10100 1000101

Color Harmonies of #BFA1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA1C0

Black with #BFA1C0

Text Example


Text Example

White with #BFA1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA1C0; }

 p { color: rgb(191,161,192); }

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

background-color css

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

 a { background-color: rgb(191,161,192); }

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

border-color css

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

 span { border-color: rgb(191,161,192); }

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