#BF6CA6

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

Shades of Bouquet #BF6CA6

Tints of Bouquet #BF6CA6

Color information

#BF6CA6 (or 0xBF6CA6) is unknown color: approx Bouquet. HEX triplet: BF, 6C and A6. RGB value is (191,108,166). Sum of RGB (Red+Green+Blue) = 191+108+166=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6CA6 is #409359. Grayscale: #8B8B8B. Windows color (decimal): -4232026 or 10906815. OLE color: 10906815.

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

Color convert

RGB191108166-
CMYK00.430.130.25
HSL318.07º39.34%58.63%-
HSV(B)318.07º43.46%74.9%-
XYZ33.7324.5539.04-
YUV139.43143164.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 108 (42.58% from 255) = 23.23%
BLUE value IS 166 (65.23% from 255) = 35.70%
R=41.08%
G=23.23%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110816600.430.130.25318.0739.3458.63
HexBF6CA602BD1913e273b
Octal27715424605315314764773
Binary101111111101100101001100101011110111001100111110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6CA6; }

 p { color: rgb(191,108,166); }

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

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

 a { background-color: rgb(191,108,166); }

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

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

 span { border-color: rgb(191,108,166); }

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