#BFAFB4

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

Shades of Lily #BFAFB4

Tints of Lily #BFAFB4

Color information

#BFAFB4 (or 0xBFAFB4) is unknown color: approx Lily. HEX triplet: BF, AF and B4. RGB value is (191,175,180). Sum of RGB (Red+Green+Blue) = 191+175+180=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFB4 is #40504B. Grayscale: #B4B4B4. Windows color (decimal): -4214860 or 11841471. OLE color: 11841471.

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

Color convert

RGB191175180-
CMYK00.080.060.25
HSL341.25º11.11%71.76%-
HSV(B)341.25º8.38%74.9%-
XYZ45.0545.0349.5-
YUV180.35127.8135.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 180 (70.70% from 255) = 32.97%
R=34.98%
G=32.05%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117518000.080.060.25341.2511.1171.76
HexBFAFB408619155b48
Octal27725726401063152513110
Binary101111111010111110110100010001101100110101010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAFB4; }

 p { color: rgb(191,175,180); }

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

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

 a { background-color: rgb(191,175,180); }

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

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

 span { border-color: rgb(191,175,180); }

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