#BC75AA

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

Shades of Bouquet #BC75AA

Tints of Bouquet #BC75AA

Color information

#BC75AA (or 0xBC75AA) is unknown color: approx Bouquet. HEX triplet: BC, 75 and AA. RGB value is (188,117,170). Sum of RGB (Red+Green+Blue) = 188+117+170=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC75AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC75AA is #438A55. Grayscale: #909090. Windows color (decimal): -4426326 or 11171260. OLE color: 11171260.

HSL color Cylindrical-coordinate representation of color #BC75AA: hue angle of 315.21º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC75AA is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB188117170-
CMYK00.380.100.26
HSL315.21º34.63%59.8%-
HSV(B)315.21º37.77%73.73%-
XYZ34.3626.3241.3-
YUV144.27142.52159.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=39.58%
G=24.63%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811717000.380.100.26315.2134.6359.8
HexBC75AA026A1A13b233c
Octal27416525204612324734374
Binary101111001110101101010100100110101011010100111011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC75AA; }

 p { color: rgb(188,117,170); }

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

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

 a { background-color: rgb(188,117,170); }

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

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

 span { border-color: rgb(188,117,170); }

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