#B97FA8

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

Shades of Bouquet #B97FA8

Tints of Bouquet #B97FA8

Color information

#B97FA8 (or 0xB97FA8) is unknown color: approx Bouquet. HEX triplet: B9, 7F and A8. RGB value is (185,127,168). Sum of RGB (Red+Green+Blue) = 185+127+168=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97FA8 is #468057. Grayscale: #949494. Windows color (decimal): -4620376 or 11042745. OLE color: 11042745.

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

Color convert

RGB185127168-
CMYK00.310.090.27
HSL317.59º29.29%61.18%-
HSV(B)317.59º31.35%72.55%-
XYZ34.6628.3240.69-
YUV149.02138.72153.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 127 (50% from 255) = 26.46%
BLUE value IS 168 (66.02% from 255) = 35%
R=38.54%
G=26.46%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512716800.310.090.27317.5929.2961.18
HexB97FA801F91B13e1d3d
Octal27117725003711334763575
Binary1011100111111111010100001111110011101110011111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FA8; }

 p { color: rgb(185,127,168); }

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

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

 a { background-color: rgb(185,127,168); }

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

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

 span { border-color: rgb(185,127,168); }

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