#BF6FAB

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

Shades of Bouquet #BF6FAB

Tints of Bouquet #BF6FAB

Color information

#BF6FAB (or 0xBF6FAB) is unknown color: approx Bouquet. HEX triplet: BF, 6F and AB. RGB value is (191,111,171). Sum of RGB (Red+Green+Blue) = 191+111+171=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6FAB is #409054. Grayscale: #8D8D8D. Windows color (decimal): -4231253 or 11235263. OLE color: 11235263.

HSL color Cylindrical-coordinate representation of color #BF6FAB: hue angle of 315º degrees, saturation: 0.38, 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 #BF6FAB is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191111171-
CMYK00.420.100.25
HSL315º38.46%59.22%-
HSV(B)315º41.88%74.9%-
XYZ34.5225.3941.61-
YUV141.76144.5163.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 111 (43.75% from 255) = 23.47%
BLUE value IS 171 (67.19% from 255) = 36.15%
R=40.38%
G=23.47%
B=36.15%

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
Decimal19111117100.420.100.2531538.4659.22
HexBF6FAB02AA1913b263b
Octal27715725305212314734673
Binary101111111101111101010110101010101011001100111011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FAB; }

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

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

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

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

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

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

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

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