#b96fa8

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

Shades of Bouquet #B96FA8

Tints of Bouquet #B96FA8

Color information

#B96FA8 (or 0xB96FA8) is unknown color: approx Bouquet. HEX triplet: B9, 6F and A8. RGB value is (185,111,168). Sum of RGB (Red+Green+Blue) = 185+111+168=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96FA8 is #469057. Grayscale: #8B8B8B. Windows color (decimal): -4624472 or 11038649. OLE color: 11038649.

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

Color convert

RGB185111168-
CMYK00.40.090.27
HSL313.78º34.58%58.04%-
HSV(B)313.78º40%72.55%-
XYZ32.7624.5140.05-
YUV139.62144.02160.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 168 (66.02% from 255) = 36.21%
R=39.87%
G=23.92%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511116800.40.090.27313.7834.5858.04
HexB96FA802891B13a233a
Octal27115725005011334724372
Binary101110011101111101010000101000100111011100111010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b96fa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b96fa8; }

 p { color: rgb(185,111,168); }

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

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

 a { background-color: rgb(185,111,168); }

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

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

 span { border-color: rgb(185,111,168); }

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