#BF7CAA

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

Shades of Bouquet #BF7CAA

Tints of Bouquet #BF7CAA

Color information

#BF7CAA (or 0xBF7CAA) is unknown color: approx Bouquet. HEX triplet: BF, 7C and AA. RGB value is (191,124,170). Sum of RGB (Red+Green+Blue) = 191+124+170=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7CAA is #408355. Grayscale: #959595. Windows color (decimal): -4227926 or 11173055. OLE color: 11173055.

HSL color Cylindrical-coordinate representation of color #BF7CAA: hue angle of 318.81º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF7CAA is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB191124170-
CMYK00.350.110.25
HSL318.81º34.36%61.76%-
HSV(B)318.81º35.08%74.9%-
XYZ35.9528.3941.62-
YUV149.28139.7157.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 124 (48.83% from 255) = 25.57%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=39.38%
G=25.57%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112417000.350.110.25318.8134.3661.76
HexBF7CAA023B1913f223e
Octal27717425204313314774276
Binary101111111111100101010100100011101111001100111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7CAA; }

 p { color: rgb(191,124,170); }

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

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

 a { background-color: rgb(191,124,170); }

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

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

 span { border-color: rgb(191,124,170); }

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