#B978AB

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

Shades of Bouquet #B978AB

Tints of Bouquet #B978AB

Color information

#B978AB (or 0xB978AB) is unknown color: approx Bouquet. HEX triplet: B9, 78 and AB. RGB value is (185,120,171). Sum of RGB (Red+Green+Blue) = 185+120+171=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B978AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B978AB is #468754. Grayscale: #919191. Windows color (decimal): -4622165 or 11237561. OLE color: 11237561.

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

Color convert

RGB185120171-
CMYK00.350.080.27
HSL312.92º31.71%59.8%-
HSV(B)312.92º35.14%72.55%-
XYZ34.0726.6941.88-
YUV145.25142.53156.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 120 (47.27% from 255) = 25.21%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=38.87%
G=25.21%
B=35.92%

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
Decimal18512017100.350.080.27312.9231.7159.8
HexB978AB02381B139203c
Octal27117025304310334714074
Binary101110011111000101010110100011100011011100111001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978AB; }

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

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

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

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

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

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

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

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