#BF6CA8

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

Shades of Bouquet #BF6CA8

Tints of Bouquet #BF6CA8

Color information

#BF6CA8 (or 0xBF6CA8) is unknown color: approx Bouquet. HEX triplet: BF, 6C and A8. RGB value is (191,108,168). Sum of RGB (Red+Green+Blue) = 191+108+168=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6CA8 is #409357. Grayscale: #8B8B8B. Windows color (decimal): -4232024 or 11037887. OLE color: 11037887.

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

Color convert

RGB191108168-
CMYK00.430.120.25
HSL316.63º39.34%58.63%-
HSV(B)316.63º43.46%74.9%-
XYZ33.9224.6340.01-
YUV139.66144164.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 168 (66.02% from 255) = 35.97%
R=40.90%
G=23.13%
B=35.97%

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
Decimal19110816800.430.120.25316.6339.3458.63
HexBF6CA802BC1913d273b
Octal27715425005314314754773
Binary101111111101100101010000101011110011001100111101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6CA8; }

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

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

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

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

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

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

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

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