#BF6BA8

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

Shades of Bouquet #BF6BA8

Tints of Bouquet #BF6BA8

Color information

#BF6BA8 (or 0xBF6BA8) is unknown color: approx Bouquet. HEX triplet: BF, 6B and A8. RGB value is (191,107,168). Sum of RGB (Red+Green+Blue) = 191+107+168=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6BA8 is #409457. Grayscale: #8A8A8A. Windows color (decimal): -4232280 or 11037631. OLE color: 11037631.

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

Color convert

RGB191107168-
CMYK00.440.120.25
HSL316.43º39.62%58.43%-
HSV(B)316.43º43.98%74.9%-
XYZ33.8124.4239.98-
YUV139.07144.33165.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 107 (42.19% from 255) = 22.96%
BLUE value IS 168 (66.02% from 255) = 36.05%
R=40.99%
G=22.96%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110716800.440.120.25316.4339.6258.43
HexBF6BA802CC1913c283a
Octal27715325005414314745072
Binary101111111101011101010000101100110011001100111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BA8; }

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

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

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

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

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

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

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

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