#B978AA

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

Shades of Bouquet #B978AA

Tints of Bouquet #B978AA

Color information

#B978AA (or 0xB978AA) is unknown color: approx Bouquet. HEX triplet: B9, 78 and AA. RGB value is (185,120,170). Sum of RGB (Red+Green+Blue) = 185+120+170=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B978AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B978AA is #468755. Grayscale: #919191. Windows color (decimal): -4622166 or 11172025. OLE color: 11172025.

HSL color Cylindrical-coordinate representation of color #B978AA: hue angle of 313.85º degrees, saturation: 0.32, 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 #B978AA is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185120170-
CMYK00.350.080.27
HSL313.85º31.71%59.8%-
HSV(B)313.85º35.14%72.55%-
XYZ33.9826.6541.38-
YUV145.14142.03156.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 120 (47.27% from 255) = 25.26%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=38.95%
G=25.26%
B=35.79%

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
Decimal18512017000.350.080.27313.8531.7159.8
HexB978AA02381B13a203c
Octal27117025204310334724074
Binary101110011111000101010100100011100011011100111010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978AA; }

 p { color: rgb(185,120,170); }

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

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

 a { background-color: rgb(185,120,170); }

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

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

 span { border-color: rgb(185,120,170); }

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