Html Css Color HEX #BFA2C0 Lilac

📋 copy color: '#BFA2C0'

red 191 ◦ green 162 ◦ blue 192

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

Shades of Lilac #BFA2C0

Tints of Lilac #BFA2C0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.72%

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

R = 35.05%
G = 29.72%
B = 35.23%

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

#BFA2C0 (or 0xBFA2C0) is known color: Lilac. HEX triplet: BF, A2 and C0. RGB value is (191,162,192). Sum of RGB (Red+Green+Blue) = 191+162+192=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFA2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA2C0 is #405D3F. Grayscale: #AEAEAE. Windows color (decimal): -4218176 or 12624575. OLE color: 12624575.

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

Color convert

RGB 191 162 192 -
CMYK 0.01 0.16 0 0.25
HSL 298º 0.19% 0.69% -
HSV(B) 298º 0.16% 0.75% -
XYZ 43.92 40.72 55.41 -
YUV 174.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 191 162 192 0.01 0.16 0 0.25 298 0.19 0.69
Hex BF A2 C0 1 10 0 19 12A 13 45
Octal 277 242 300 1 20 0 31 452 23 105
Binary 10111111 10100010 11000000 1 10000 0 11001 100101010 10011 1000101

Color Harmonies of #BFA2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA2C0

Black with #BFA2C0

Text Example


Text Example

White with #BFA2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA2C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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