Html Css Color HEX #BFA4BB Lilac

📋 copy color: '#BFA4BB'

red 191 ◦ green 164 ◦ blue 187

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

Shades of Lilac #BFA4BB

Tints of Lilac #BFA4BB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.26%

 BLUE value IS 187 (73.44% from 255) = 34.5%

R = 35.24%
G = 30.26%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BFA4BB (or 0xBFA4BB) is known color: Lilac. HEX triplet: BF, A4 and BB. RGB value is (191,164,187). Sum of RGB (Red+Green+Blue) = 191+164+187=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA4BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA4BB is #405B44. Grayscale: #AEAEAE. Windows color (decimal): -4217669 or 12297407. OLE color: 12297407.

HSL color Cylindrical-coordinate representation of color #BFA4BB: hue angle of 308.89º degrees, saturation: 0.17, 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 #BFA4BB is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 164 187 -
CMYK 0 0.14 0.02 0.25
HSL 308.89º 0.17% 0.7% -
HSV(B) 308.89º 0.14% 0.75% -
XYZ 43.73 41.22 52.66 -
YUV 174.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 191 164 187 0 0.14 0.02 0.25 308.89 0.17 0.7
Hex BF A4 BB 0 E 2 19 135 11 46
Octal 277 244 273 0 16 2 31 465 21 106
Binary 10111111 10100100 10111011 0 1110 10 11001 100110101 10001 1000110

Color Harmonies of #BFA4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA4BB

Black with #BFA4BB

Text Example


Text Example

White with #BFA4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA4BB; }

 p { color: rgb(191,164,187); }

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

background-color css

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

 a { background-color: rgb(191,164,187); }

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

border-color css

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

 span { border-color: rgb(191,164,187); }

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