#B97CA8

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

Shades of Bouquet #B97CA8

Tints of Bouquet #B97CA8

Color information

#B97CA8 (or 0xB97CA8) is unknown color: approx Bouquet. HEX triplet: B9, 7C and A8. RGB value is (185,124,168). Sum of RGB (Red+Green+Blue) = 185+124+168=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CA8 is #468357. Grayscale: #939393. Windows color (decimal): -4621144 or 11041977. OLE color: 11041977.

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

Color convert

RGB185124168-
CMYK00.330.090.27
HSL316.72º30.35%60.59%-
HSV(B)316.72º32.97%72.55%-
XYZ34.2827.5640.56-
YUV147.26139.71154.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 124 (48.83% from 255) = 26.00%
BLUE value IS 168 (66.02% from 255) = 35.22%
R=38.78%
G=26.00%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512416800.330.090.27316.7230.3560.59
HexB97CA802191B13d1e3d
Octal27117425004111334753675
Binary10111001111110010101000010000110011101110011110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CA8; }

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

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

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

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

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

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

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

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