#B97DA4

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

Shades of Bouquet #B97DA4

Tints of Bouquet #B97DA4

Color information

#B97DA4 (or 0xB97DA4) is unknown color: approx Bouquet. HEX triplet: B9, 7D and A4. RGB value is (185,125,164). Sum of RGB (Red+Green+Blue) = 185+125+164=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B97DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97DA4 is #46825B. Grayscale: #939393. Windows color (decimal): -4620892 or 10780089. OLE color: 10780089.

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

Color convert

RGB185125164-
CMYK00.320.110.27
HSL321º30%60.78%-
HSV(B)321º32.43%72.55%-
XYZ34.0427.6638.67-
YUV147.39137.38154.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=39.03%
G=26.37%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512516400.320.110.273213060.78
HexB97DA4020B1B1411e3d
Octal27117524404013335013675
Binary10111001111110110100100010000010111101110100000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97DA4; }

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

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

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

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

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

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

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

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