#B86CA6

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

Shades of Bouquet #B86CA6

Tints of Bouquet #B86CA6

Color information

#B86CA6 (or 0xB86CA6) is unknown color: approx Bouquet. HEX triplet: B8, 6C and A6. RGB value is (184,108,166). Sum of RGB (Red+Green+Blue) = 184+108+166=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B86CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86CA6 is #479359. Grayscale: #898989. Windows color (decimal): -4690778 or 10906808. OLE color: 10906808.

HSL color Cylindrical-coordinate representation of color #B86CA6: hue angle of 314.21º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B86CA6 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB184108166-
CMYK00.410.100.28
HSL314.21º34.86%57.25%-
HSV(B)314.21º41.3%72.16%-
XYZ32.0123.6738.96-
YUV137.34144.18161.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 166 (65.23% from 255) = 36.24%
R=40.17%
G=23.58%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410816600.410.100.28314.2134.8657.25
HexB86CA6029A1C13a2339
Octal27015424605112344724371
Binary101110001101100101001100101001101011100100111010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86CA6; }

 p { color: rgb(184,108,166); }

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

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

 a { background-color: rgb(184,108,166); }

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

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

 span { border-color: rgb(184,108,166); }

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