#B979AB

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

Shades of Bouquet #B979AB

Tints of Bouquet #B979AB

Color information

#B979AB (or 0xB979AB) is unknown color: approx Bouquet. HEX triplet: B9, 79 and AB. RGB value is (185,121,171). Sum of RGB (Red+Green+Blue) = 185+121+171=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B979AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B979AB is #468654. Grayscale: #919191. Windows color (decimal): -4621909 or 11237817. OLE color: 11237817.

HSL color Cylindrical-coordinate representation of color #B979AB: hue angle of 313.12º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B979AB is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185121171-
CMYK00.350.080.27
HSL313.12º31.37%60%-
HSV(B)313.12º34.59%72.55%-
XYZ34.226.9341.92-
YUV145.84142.2155.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 121 (47.66% from 255) = 25.37%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=38.78%
G=25.37%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512117100.350.080.27313.1231.3760
HexB979AB02381B1391f3c
Octal27117125304310334713774
Binary10111001111100110101011010001110001101110011100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B979AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B979AB; }

 p { color: rgb(185,121,171); }

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

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

 a { background-color: rgb(185,121,171); }

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

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

 span { border-color: rgb(185,121,171); }

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