#B86EAA

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

Shades of Bouquet #B86EAA

Tints of Bouquet #B86EAA

Color information

#B86EAA (or 0xB86EAA) is unknown color: approx Bouquet. HEX triplet: B8, 6E and AA. RGB value is (184,110,170). Sum of RGB (Red+Green+Blue) = 184+110+170=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B86EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86EAA is #479155. Grayscale: #8A8A8A. Windows color (decimal): -4690262 or 11169464. OLE color: 11169464.

HSL color Cylindrical-coordinate representation of color #B86EAA: hue angle of 311.35º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86EAA is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB184110170-
CMYK00.400.080.28
HSL311.35º34.26%57.65%-
HSV(B)311.35º40.22%72.16%-
XYZ32.624.2440.99-
YUV138.97145.52160.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 110 (43.36% from 255) = 23.71%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=39.66%
G=23.71%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411017000.400.080.28311.3534.2657.65
HexB86EAA02881C137223a
Octal27015625205010344674272
Binary101110001101110101010100101000100011100100110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86EAA; }

 p { color: rgb(184,110,170); }

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

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

 a { background-color: rgb(184,110,170); }

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

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

 span { border-color: rgb(184,110,170); }

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