#B96FAB

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

Shades of Bouquet #B96FAB

Tints of Bouquet #B96FAB

Color information

#B96FAB (or 0xB96FAB) is unknown color: approx Bouquet. HEX triplet: B9, 6F and AB. RGB value is (185,111,171). Sum of RGB (Red+Green+Blue) = 185+111+171=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96FAB is #469054. Grayscale: #8B8B8B. Windows color (decimal): -4624469 or 11235257. OLE color: 11235257.

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

Color convert

RGB185111171-
CMYK00.40.080.27
HSL311.35º34.58%58.04%-
HSV(B)311.35º40%72.55%-
XYZ33.0424.6241.54-
YUV139.97145.52160.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=39.61%
G=23.77%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511117100.40.080.27311.3534.5858.04
HexB96FAB02881B137233a
Octal27115725305010334674372
Binary101110011101111101010110101000100011011100110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FAB; }

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

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

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

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

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

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

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

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