#B486A7

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

Shades of Bouquet #B486A7

Tints of Bouquet #B486A7

Color information

#B486A7 (or 0xB486A7) is unknown color: approx Bouquet. HEX triplet: B4, 86 and A7. RGB value is (180,134,167). Sum of RGB (Red+Green+Blue) = 180+134+167=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 167 (65.62% from 255 or 34.72% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B486A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B486A7 is #4B7958. Grayscale: #979797. Windows color (decimal): -4946265 or 10978996. OLE color: 10978996.

HSL color Cylindrical-coordinate representation of color #B486A7: hue angle of 316.96º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B486A7 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB180134167-
CMYK00.260.070.29
HSL316.96º23.47%61.57%-
HSV(B)316.96º25.56%70.59%-
XYZ34.3229.5440.45-
YUV151.52136.74148.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 167 (65.62% from 255) = 34.72%
R=37.42%
G=27.86%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013416700.260.070.29316.9623.4761.57
HexB486A701A71D13d173e
Octal2642062470327354752776
Binary1011010010000110101001110110101111110110011110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B486A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B486A7; }

 p { color: rgb(180,134,167); }

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

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

 a { background-color: rgb(180,134,167); }

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

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

 span { border-color: rgb(180,134,167); }

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