#BF6CA9

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

Shades of Bouquet #BF6CA9

Tints of Bouquet #BF6CA9

Color information

#BF6CA9 (or 0xBF6CA9) is unknown color: approx Bouquet. HEX triplet: BF, 6C and A9. RGB value is (191,108,169). Sum of RGB (Red+Green+Blue) = 191+108+169=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6CA9 is #409356. Grayscale: #8B8B8B. Windows color (decimal): -4232023 or 11103423. OLE color: 11103423.

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

Color convert

RGB191108169-
CMYK00.430.120.25
HSL315.9º39.34%58.63%-
HSV(B)315.9º43.46%74.9%-
XYZ34.0124.6740.5-
YUV139.77144.5164.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.81%
GREEN value IS 108 (42.58% from 255) = 23.08%
BLUE value IS 169 (66.41% from 255) = 36.11%
R=40.81%
G=23.08%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110816900.430.120.25315.939.3458.63
HexBF6CA902BC1913c273b
Octal27715425105314314744773
Binary101111111101100101010010101011110011001100111100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6CA9; }

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

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

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

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

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

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

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

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