#B97EAA

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

Shades of Bouquet #B97EAA

Tints of Bouquet #B97EAA

Color information

#B97EAA (or 0xB97EAA) is unknown color: approx Bouquet. HEX triplet: B9, 7E and AA. RGB value is (185,126,170). Sum of RGB (Red+Green+Blue) = 185+126+170=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B97EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97EAA is #468155. Grayscale: #949494. Windows color (decimal): -4620630 or 11173561. OLE color: 11173561.

HSL color Cylindrical-coordinate representation of color #B97EAA: hue angle of 315.25º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B97EAA is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185126170-
CMYK00.320.080.27
HSL315.25º29.65%60.98%-
HSV(B)315.25º31.89%72.55%-
XYZ34.7228.1441.63-
YUV148.66140.05153.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=38.46%
G=26.20%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512617000.320.080.27315.2529.6560.98
HexB97EAA02081B13b1e3d
Octal27117625204010334733675
Binary10111001111111010101010010000010001101110011101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97EAA; }

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

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

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

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

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

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

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

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