#B97CA9

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

Shades of Bouquet #B97CA9

Tints of Bouquet #B97CA9

Color information

#B97CA9 (or 0xB97CA9) is unknown color: approx Bouquet. HEX triplet: B9, 7C and A9. RGB value is (185,124,169). Sum of RGB (Red+Green+Blue) = 185+124+169=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CA9 is #468356. Grayscale: #939393. Windows color (decimal): -4621143 or 11107513. OLE color: 11107513.

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

Color convert

RGB185124169-
CMYK00.330.090.27
HSL315.74º30.35%60.59%-
HSV(B)315.74º32.97%72.55%-
XYZ34.3827.5941.05-
YUV147.37140.21154.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 124 (48.83% from 255) = 25.94%
BLUE value IS 169 (66.41% from 255) = 35.36%
R=38.70%
G=25.94%
B=35.36%

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
Decimal18512416900.330.090.27315.7430.3560.59
HexB97CA902191B13c1e3d
Octal27117425104111334743675
Binary10111001111110010101001010000110011101110011110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CA9; }

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

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

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

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

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

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

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

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