#B96BA8

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

Shades of Bouquet #B96BA8

Tints of Bouquet #B96BA8

Color information

#B96BA8 (or 0xB96BA8) is unknown color: approx Bouquet. HEX triplet: B9, 6B and A8. RGB value is (185,107,168). Sum of RGB (Red+Green+Blue) = 185+107+168=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BA8 is #469457. Grayscale: #898989. Windows color (decimal): -4625496 or 11037625. OLE color: 11037625.

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

Color convert

RGB185107168-
CMYK00.420.090.27
HSL313.08º35.78%57.25%-
HSV(B)313.08º42.16%72.55%-
XYZ32.3323.6639.91-
YUV137.28145.34162.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 107 (42.19% from 255) = 23.26%
BLUE value IS 168 (66.02% from 255) = 36.52%
R=40.22%
G=23.26%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510716800.420.090.27313.0835.7857.25
HexB96BA802A91B1392439
Octal27115325005211334714471
Binary101110011101011101010000101010100111011100111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BA8; }

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

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

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

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

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

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

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

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