#B97DA9

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

Shades of Bouquet #B97DA9

Tints of Bouquet #B97DA9

Color information

#B97DA9 (or 0xB97DA9) is unknown color: approx Bouquet. HEX triplet: B9, 7D and A9. RGB value is (185,125,169). Sum of RGB (Red+Green+Blue) = 185+125+169=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 169 (66.41% from 255 or 35.28% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B97DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97DA9 is #468256. Grayscale: #939393. Windows color (decimal): -4620887 or 11107769. OLE color: 11107769.

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

Color convert

RGB185125169-
CMYK00.320.090.27
HSL316º30%60.78%-
HSV(B)316º32.43%72.55%-
XYZ34.527.8541.09-
YUV147.96139.88154.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 169 (66.41% from 255) = 35.28%
R=38.62%
G=26.10%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512516900.320.090.273163060.78
HexB97DA902091B13c1e3d
Octal27117525104011334743675
Binary10111001111110110101001010000010011101110011110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DA9; }

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

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

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

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

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

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

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

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