#B97BA8

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

Shades of Bouquet #B97BA8

Tints of Bouquet #B97BA8

Color information

#B97BA8 (or 0xB97BA8) is unknown color: approx Bouquet. HEX triplet: B9, 7B and A8. RGB value is (185,123,168). Sum of RGB (Red+Green+Blue) = 185+123+168=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BA8 is #468457. Grayscale: #929292. Windows color (decimal): -4621400 or 11041721. OLE color: 11041721.

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

Color convert

RGB185123168-
CMYK00.340.090.27
HSL316.45º30.69%60.39%-
HSV(B)316.45º33.51%72.55%-
XYZ34.1627.3140.52-
YUV146.67140.04155.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 168 (66.02% from 255) = 35.29%
R=38.87%
G=25.84%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512316800.340.090.27316.4530.6960.39
HexB97BA802291B13c1f3c
Octal27117325004211334743774
Binary10111001111101110101000010001010011101110011110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BA8; }

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

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

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

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

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

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

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

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