Html Css Color HEX #BFA5BB Lilac

📋 copy color: '#BFA5BB'

red 191 ◦ green 165 ◦ blue 187

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

Shades of Lilac #BFA5BB

Tints of Lilac #BFA5BB

RGB

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

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

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

R = 35.17%
G = 30.39%
B = 34.44%

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

#BFA5BB (or 0xBFA5BB) is known color: Lilac. HEX triplet: BF, A5 and BB. RGB value is (191,165,187). Sum of RGB (Red+Green+Blue) = 191+165+187=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5BB is #405A44. Grayscale: #AFAFAF. Windows color (decimal): -4217413 or 12297663. OLE color: 12297663.

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

Color convert

RGB 191 165 187 -
CMYK 0 0.14 0.02 0.25
HSL 309.23º 0.17% 0.7% -
HSV(B) 309.23º 0.14% 0.75% -
XYZ 43.91 41.57 52.72 -
YUV 175.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 191 165 187 0 0.14 0.02 0.25 309.23 0.17 0.7
Hex BF A5 BB 0 E 2 19 135 11 46
Octal 277 245 273 0 16 2 31 465 21 106
Binary 10111111 10100101 10111011 0 1110 10 11001 100110101 10001 1000110

Color Harmonies of #BFA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5BB

Black with #BFA5BB

Text Example


Text Example

White with #BFA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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