Html Css Color HEX #BFAABD Lilac

📋 copy color: '#BFAABD'

red 191 ◦ green 170 ◦ blue 189

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

Shades of Lilac #BFAABD

Tints of Lilac #BFAABD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.91%

 BLUE value IS 189 (74.22% from 255) = 34.36%

R = 34.73%
G = 30.91%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BFAABD (or 0xBFAABD) is known color: Lilac. HEX triplet: BF, AA and BD. RGB value is (191,170,189). Sum of RGB (Red+Green+Blue) = 191+170+189=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAABD is #405542. Grayscale: #B2B2B2. Windows color (decimal): -4216131 or 12430015. OLE color: 12430015.

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

Color convert

RGB 191 170 189 -
CMYK 0 0.11 0.01 0.25
HSL 305.71º 0.14% 0.71% -
HSV(B) 305.71º 0.11% 0.75% -
XYZ 45.05 43.5 54.17 -
YUV 178.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 191 170 189 0 0.11 0.01 0.25 305.71 0.14 0.71
Hex BF AA BD 0 B 1 19 132 E 47
Octal 277 252 275 0 13 1 31 462 16 107
Binary 10111111 10101010 10111101 0 1011 1 11001 100110010 1110 1000111

Color Harmonies of #BFAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAABD

Black with #BFAABD

Text Example


Text Example

White with #BFAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAABD; }

 p { color: rgb(191,170,189); }

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

background-color css

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

 a { background-color: rgb(191,170,189); }

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

border-color css

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

 span { border-color: rgb(191,170,189); }

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