#BF6EAB

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

Shades of Bouquet #BF6EAB

Tints of Bouquet #BF6EAB

Color information

#BF6EAB (or 0xBF6EAB) is unknown color: approx Bouquet. HEX triplet: BF, 6E and AB. RGB value is (191,110,171). Sum of RGB (Red+Green+Blue) = 191+110+171=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6EAB is #409154. Grayscale: #8D8D8D. Windows color (decimal): -4231509 or 11235007. OLE color: 11235007.

HSL color Cylindrical-coordinate representation of color #BF6EAB: hue angle of 314.81º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6EAB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191110171-
CMYK00.420.100.25
HSL314.81º38.76%59.02%-
HSV(B)314.81º42.41%74.9%-
XYZ34.4125.1741.57-
YUV141.17144.84163.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 110 (43.36% from 255) = 23.31%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=40.47%
G=23.31%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111017100.420.100.25314.8138.7659.02
HexBF6EAB02AA1913b273b
Octal27715625305212314734773
Binary101111111101110101010110101010101011001100111011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6EAB; }

 p { color: rgb(191,110,171); }

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

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

 a { background-color: rgb(191,110,171); }

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

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

 span { border-color: rgb(191,110,171); }

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