#B878AA

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

Shades of Bouquet #B878AA

Tints of Bouquet #B878AA

Color information

#B878AA (or 0xB878AA) is unknown color: approx Bouquet. HEX triplet: B8, 78 and AA. RGB value is (184,120,170). Sum of RGB (Red+Green+Blue) = 184+120+170=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 120 (47.27% from 255 or 25.32% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 184 - color contains mainly: red. Hex color #B878AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B878AA is #478755. Grayscale: #909090. Windows color (decimal): -4687702 or 11172024. OLE color: 11172024.

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

Color convert

RGB184120170-
CMYK00.350.080.28
HSL313.12º31.07%59.61%-
HSV(B)313.12º34.78%72.16%-
XYZ33.7426.5341.37-
YUV144.84142.2155.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.82%
GREEN value IS 120 (47.27% from 255) = 25.32%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=38.82%
G=25.32%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412017000.350.080.28313.1231.0759.61
HexB878AA02381C1391f3c
Octal27017025204310344713774
Binary10111000111100010101010010001110001110010011100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B878AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B878AA; }

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

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

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

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

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

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

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

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