#BF7BA8

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

Shades of Bouquet #BF7BA8

Tints of Bouquet #BF7BA8

Color information

#BF7BA8 (or 0xBF7BA8) is unknown color: approx Bouquet. HEX triplet: BF, 7B and A8. RGB value is (191,123,168). Sum of RGB (Red+Green+Blue) = 191+123+168=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7BA8 is #408457. Grayscale: #949494. Windows color (decimal): -4228184 or 11041727. OLE color: 11041727.

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

Color convert

RGB191123168-
CMYK00.360.120.25
HSL320.29º34.69%61.57%-
HSV(B)320.29º35.6%74.9%-
XYZ35.6428.0740.59-
YUV148.46139.03158.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 123 (48.44% from 255) = 25.52%
BLUE value IS 168 (66.02% from 255) = 34.85%
R=39.63%
G=25.52%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112316800.360.120.25320.2934.6961.57
HexBF7BA8024C19140233e
Octal27717325004414315004376
Binary101111111111011101010000100100110011001101000000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BA8; }

 p { color: rgb(191,123,168); }

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

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

 a { background-color: rgb(191,123,168); }

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

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

 span { border-color: rgb(191,123,168); }

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