#BC6BAA

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

Shades of Bouquet #BC6BAA

Tints of Bouquet #BC6BAA

Color information

#BC6BAA (or 0xBC6BAA) is unknown color: approx Bouquet. HEX triplet: BC, 6B and AA. RGB value is (188,107,170). Sum of RGB (Red+Green+Blue) = 188+107+170=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6BAA is #439455. Grayscale: #8A8A8A. Windows color (decimal): -4428886 or 11168700. OLE color: 11168700.

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

Color convert

RGB188107170-
CMYK00.430.100.26
HSL313.33º37.67%57.84%-
HSV(B)313.33º43.09%73.73%-
XYZ33.2524.1140.93-
YUV138.4145.84163.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=40.43%
G=23.01%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810717000.430.100.26313.3337.6757.84
HexBC6BAA02BA1A139263a
Octal27415325205312324714672
Binary101111001101011101010100101011101011010100111001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6BAA; }

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

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

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

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

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

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

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

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