#B97DA7

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

Shades of Bouquet #B97DA7

Tints of Bouquet #B97DA7

Color information

#B97DA7 (or 0xB97DA7) is unknown color: approx Bouquet. HEX triplet: B9, 7D and A7. RGB value is (185,125,167). Sum of RGB (Red+Green+Blue) = 185+125+167=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B97DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97DA7 is #468258. Grayscale: #939393. Windows color (decimal): -4620889 or 10976697. OLE color: 10976697.

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

Color convert

RGB185125167-
CMYK00.320.100.27
HSL318º30%60.78%-
HSV(B)318º32.43%72.55%-
XYZ34.3227.7740.11-
YUV147.73138.88154.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 167 (65.62% from 255) = 35.01%
R=38.78%
G=26.21%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512516700.320.100.273183060.78
HexB97DA7020A1B13e1e3d
Octal27117524704012334763675
Binary10111001111110110100111010000010101101110011111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DA7; }

 p { color: rgb(185,125,167); }

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

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

 a { background-color: rgb(185,125,167); }

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

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

 span { border-color: rgb(185,125,167); }

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