#bc7b9c

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

Shades of Bouquet #BC7B9C

Tints of Bouquet #BC7B9C

Color information

#BC7B9C (or 0xBC7B9C) is unknown color: approx Bouquet. HEX triplet: BC, 7B and 9C. RGB value is (188,123,156). Sum of RGB (Red+Green+Blue) = 188+123+156=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7B9C is #438463. Grayscale: #929292. Windows color (decimal): -4424804 or 10255292. OLE color: 10255292.

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

Color convert

RGB188123156-
CMYK00.350.170.26
HSL329.54º32.66%60.98%-
HSV(B)329.54º34.57%73.73%-
XYZ33.8227.2634.93-
YUV146.2133.53157.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 156 (61.33% from 255) = 33.40%
R=40.26%
G=26.34%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812315600.350.170.26329.5432.6660.98
HexBC7B9C023111A14a213d
Octal27417323404321325124175
Binary1011110011110111001110001000111000111010101001010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7b9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7b9c; }

 p { color: rgb(188,123,156); }

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

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

 a { background-color: rgb(188,123,156); }

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

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

 span { border-color: rgb(188,123,156); }

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