#B96FAA

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

Shades of Bouquet #B96FAA

Tints of Bouquet #B96FAA

Color information

#B96FAA (or 0xB96FAA) is unknown color: approx Bouquet. HEX triplet: B9, 6F and AA. RGB value is (185,111,170). Sum of RGB (Red+Green+Blue) = 185+111+170=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B96FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96FAA is #469055. Grayscale: #8B8B8B. Windows color (decimal): -4624470 or 11169721. OLE color: 11169721.

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

Color convert

RGB185111170-
CMYK00.40.080.27
HSL312.16º34.58%58.04%-
HSV(B)312.16º40%72.55%-
XYZ32.9524.5941.04-
YUV139.85145.02160.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.70%
GREEN value IS 111 (43.75% from 255) = 23.82%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=39.70%
G=23.82%
B=36.48%

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
Decimal18511117000.40.080.27312.1634.5858.04
HexB96FAA02881B138233a
Octal27115725205010334704372
Binary101110011101111101010100101000100011011100111000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FAA; }

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

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

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

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

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

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

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

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