#BC69A4

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

Shades of Bouquet #BC69A4

Tints of Bouquet #BC69A4

Color information

#BC69A4 (or 0xBC69A4) is unknown color: approx Bouquet. HEX triplet: BC, 69 and A4. RGB value is (188,105,164). Sum of RGB (Red+Green+Blue) = 188+105+164=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC69A4 is #43965B. Grayscale: #888888. Windows color (decimal): -4429404 or 10774972. OLE color: 10774972.

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

Color convert

RGB188105164-
CMYK00.440.130.26
HSL317.35º38.25%57.45%-
HSV(B)317.35º44.15%73.73%-
XYZ32.4923.4737.94-
YUV136.54143.5164.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 164 (64.45% from 255) = 35.89%
R=41.14%
G=22.98%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810516400.440.130.26317.3538.2557.45
HexBC69A402CD1A13d2639
Octal27415124405415324754671
Binary101111001101001101001000101100110111010100111101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC69A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC69A4; }

 p { color: rgb(188,105,164); }

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

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

 a { background-color: rgb(188,105,164); }

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

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

 span { border-color: rgb(188,105,164); }

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