#BC83AA

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

Shades of Bouquet #BC83AA

Tints of Bouquet #BC83AA

Color information

#BC83AA (or 0xBC83AA) is unknown color: approx Bouquet. HEX triplet: BC, 83 and AA. RGB value is (188,131,170). Sum of RGB (Red+Green+Blue) = 188+131+170=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC83AA is #437C55. Grayscale: #989898. Windows color (decimal): -4422742 or 11174844. OLE color: 11174844.

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

Color convert

RGB188131170-
CMYK00.300.100.26
HSL318.95º29.84%62.55%-
HSV(B)318.95º30.32%73.73%-
XYZ36.1129.8341.88-
YUV152.49137.88153.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=38.45%
G=26.79%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813117000.300.100.26318.9529.8462.55
HexBC83AA01EA1A13f1e3f
Octal27420325203612324773677
Binary10111100100000111010101001111010101101010011111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83AA; }

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

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

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

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

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

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

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

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