#B970AC

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

Shades of Bouquet #B970AC

Tints of Bouquet #B970AC

Color information

#B970AC (or 0xB970AC) is unknown color: approx Bouquet. HEX triplet: B9, 70 and AC. RGB value is (185,112,172). Sum of RGB (Red+Green+Blue) = 185+112+172=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B970AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B970AC is #468F53. Grayscale: #8C8C8C. Windows color (decimal): -4624212 or 11301049. OLE color: 11301049.

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

Color convert

RGB185112172-
CMYK00.390.070.27
HSL310.68º34.27%58.24%-
HSV(B)310.68º39.46%72.55%-
XYZ33.2524.8842.08-
YUV140.67145.68159.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=39.45%
G=23.88%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511217200.390.070.27310.6834.2758.24
HexB970AC02771B137223a
Octal2711602540477334674272
Binary10111001111000010101100010011111111011100110111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B970AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B970AC; }

 p { color: rgb(185,112,172); }

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

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

 a { background-color: rgb(185,112,172); }

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

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

 span { border-color: rgb(185,112,172); }

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