#B983A6

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

Shades of Bouquet #B983A6

Tints of Bouquet #B983A6

Color information

#B983A6 (or 0xB983A6) is unknown color: approx Bouquet. HEX triplet: B9, 83 and A6. RGB value is (185,131,166). Sum of RGB (Red+Green+Blue) = 185+131+166=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 166 (65.23% from 255 or 34.44% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B983A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B983A6 is #467C59. Grayscale: #979797. Windows color (decimal): -4619354 or 10912697. OLE color: 10912697.

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

Color convert

RGB185131166-
CMYK00.290.100.27
HSL321.11º27.84%61.96%-
HSV(B)321.11º29.19%72.55%-
XYZ35.0129.339.89-
YUV151.14136.39152.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 166 (65.23% from 255) = 34.44%
R=38.38%
G=27.18%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513116600.290.100.27321.1127.8461.96
HexB983A601DA1B1411c3e
Octal27120324603512335013476
Binary10111001100000111010011001110110101101110100000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B983A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B983A6; }

 p { color: rgb(185,131,166); }

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

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

 a { background-color: rgb(185,131,166); }

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

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

 span { border-color: rgb(185,131,166); }

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