#BF6DAB

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

Shades of Bouquet #BF6DAB

Tints of Bouquet #BF6DAB

Color information

#BF6DAB (or 0xBF6DAB) is unknown color: approx Bouquet. HEX triplet: BF, 6D and AB. RGB value is (191,109,171). Sum of RGB (Red+Green+Blue) = 191+109+171=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6DAB is #409254. Grayscale: #8C8C8C. Windows color (decimal): -4231765 or 11234751. OLE color: 11234751.

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

Color convert

RGB191109171-
CMYK00.430.100.25
HSL314.63º39.05%58.82%-
HSV(B)314.63º42.93%74.9%-
XYZ34.3124.9541.54-
YUV140.59145.17163.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=40.55%
G=23.14%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110917100.430.100.25314.6339.0558.82
HexBF6DAB02BA1913b273b
Octal27715525305312314734773
Binary101111111101101101010110101011101011001100111011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6DAB; }

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

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

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

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

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

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

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

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