Html Css Color HEX #BFA1C2 Lilac

📋 copy color: '#BFA1C2'

red 191 ◦ green 161 ◦ blue 194

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

Shades of Lilac #BFA1C2

Tints of Lilac #BFA1C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.53%

R = 34.98%
G = 29.49%
B = 35.53%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BFA1C2 (or 0xBFA1C2) is known color: Lilac. HEX triplet: BF, A1 and C2. RGB value is (191,161,194). Sum of RGB (Red+Green+Blue) = 191+161+194=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFA1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA1C2 is #405E3D. Grayscale: #ADADAD. Windows color (decimal): -4218430 or 12755391. OLE color: 12755391.

HSL color Cylindrical-coordinate representation of color #BFA1C2: hue angle of 294.55º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFA1C2 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 161 194 -
CMYK 0.02 0.17 0 0.24
HSL 294.55º 0.21% 0.7% -
HSV(B) 294.55º 0.17% 0.76% -
XYZ 43.97 40.46 56.53 -
YUV 173.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 191 161 194 0.02 0.17 0 0.24 294.55 0.21 0.7
Hex BF A1 C2 2 11 0 18 127 15 46
Octal 277 241 302 2 21 0 30 447 25 106
Binary 10111111 10100001 11000010 10 10001 0 11000 100100111 10101 1000110

Color Harmonies of #BFA1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA1C2

Black with #BFA1C2

Text Example


Text Example

White with #BFA1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA1C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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