#B982A7

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

Shades of Bouquet #B982A7

Tints of Bouquet #B982A7

Color information

#B982A7 (or 0xB982A7) is unknown color: approx Bouquet. HEX triplet: B9, 82 and A7. RGB value is (185,130,167). Sum of RGB (Red+Green+Blue) = 185+130+167=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B982A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B982A7 is #467D58. Grayscale: #969696. Windows color (decimal): -4619609 or 10977977. OLE color: 10977977.

HSL color Cylindrical-coordinate representation of color #B982A7: hue angle of 319.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B982A7 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB185130167-
CMYK00.300.100.27
HSL319.64º28.21%61.76%-
HSV(B)319.64º29.73%72.55%-
XYZ34.9729.0740.33-
YUV150.66137.22152.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 167 (65.62% from 255) = 34.65%
R=38.38%
G=26.97%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513016700.300.100.27319.6428.2161.76
HexB982A701EA1B1401c3e
Octal27120224703612335003476
Binary10111001100000101010011101111010101101110100000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B982A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B982A7; }

 p { color: rgb(185,130,167); }

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

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

 a { background-color: rgb(185,130,167); }

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

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

 span { border-color: rgb(185,130,167); }

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