#BC6CAB

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

Shades of Bouquet #BC6CAB

Tints of Bouquet #BC6CAB

Color information

#BC6CAB (or 0xBC6CAB) is unknown color: approx Bouquet. HEX triplet: BC, 6C and AB. RGB value is (188,108,171). Sum of RGB (Red+Green+Blue) = 188+108+171=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6CAB is #439354. Grayscale: #8A8A8A. Windows color (decimal): -4428629 or 11234492. OLE color: 11234492.

HSL color Cylindrical-coordinate representation of color #BC6CAB: hue angle of 312.75º degrees, saturation: 0.37, 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 #BC6CAB is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188108171-
CMYK00.430.090.26
HSL312.75º37.38%58.04%-
HSV(B)312.75º42.55%73.73%-
XYZ33.4524.3641.47-
YUV139.1146162.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=40.26%
G=23.13%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810817100.430.090.26312.7537.3858.04
HexBC6CAB02B91A139253a
Octal27415425305311324714572
Binary101111001101100101010110101011100111010100111001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CAB; }

 p { color: rgb(188,108,171); }

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

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

 a { background-color: rgb(188,108,171); }

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

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

 span { border-color: rgb(188,108,171); }

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