#BFAAB8

Color #BFAAB8 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #BFAAB8

Tints of Lily #BFAAB8

Color information

#BFAAB8 (or 0xBFAAB8) is unknown color: approx Lily. HEX triplet: BF, AA and B8. RGB value is (191,170,184). Sum of RGB (Red+Green+Blue) = 191+170+184=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAAB8 is #405547. Grayscale: #B1B1B1. Windows color (decimal): -4216136 or 12102335. OLE color: 12102335.

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

Color convert

RGB191170184-
CMYK00.110.040.25
HSL320º14.09%70.78%-
HSV(B)320º10.99%74.9%-
XYZ44.5143.2951.36-
YUV177.88131.46137.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 184 (72.27% from 255) = 33.76%
R=35.05%
G=31.19%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117018400.110.040.2532014.0970.78
HexBFAAB80B419140e47
Octal27725227001343150016107
Binary101111111010101010111000010111001100110100000011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAAB8; }

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

 H1.HeaderClassName
 {
   color: #BFAAB8;
 }
 .AnyTagClassName
 {
   color: #BFAAB8;
 }
</style>
background-color css

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

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

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

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

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

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