Html Css Color HEX #BFA5C0 Lilac

📋 copy color: '#BFA5C0'

red 191 ◦ green 165 ◦ blue 192

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

Shades of Lilac #BFA5C0

Tints of Lilac #BFA5C0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.11%

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

R = 34.85%
G = 30.11%
B = 35.04%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BFA5C0 (or 0xBFA5C0) is known color: Lilac. HEX triplet: BF, A5 and C0. RGB value is (191,165,192). Sum of RGB (Red+Green+Blue) = 191+165+192=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #BFA5C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5C0 is #405A3F. Grayscale: #AFAFAF. Windows color (decimal): -4217408 or 12625343. OLE color: 12625343.

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

Color convert

RGB 191 165 192 -
CMYK 0.01 0.14 0 0.25
HSL 297.78º 0.18% 0.7% -
HSV(B) 297.78º 0.14% 0.75% -
XYZ 44.46 41.79 55.59 -
YUV 175.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 191 165 192 0.01 0.14 0 0.25 297.78 0.18 0.7
Hex BF A5 C0 1 E 0 19 12A 12 46
Octal 277 245 300 1 16 0 31 452 22 106
Binary 10111111 10100101 11000000 1 1110 0 11001 100101010 10010 1000110

Color Harmonies of #BFA5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5C0

Black with #BFA5C0

Text Example


Text Example

White with #BFA5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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