#BC7E98

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

Shades of Puce #BC7E98

Tints of Puce #BC7E98

Color information

#BC7E98 (or 0xBC7E98) is unknown color: approx Puce. HEX triplet: BC, 7E and 98. RGB value is (188,126,152). Sum of RGB (Red+Green+Blue) = 188+126+152=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E98 is #438167. Grayscale: #939393. Windows color (decimal): -4424040 or 9993916. OLE color: 9993916.

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

Color convert

RGB188126152-
CMYK00.330.190.26
HSL334.84º31.63%61.57%-
HSV(B)334.84º32.98%73.73%-
XYZ33.8727.8833.3-
YUV147.5130.54156.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 152 (59.77% from 255) = 32.62%
R=40.34%
G=27.04%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812615200.330.190.26334.8431.6361.57
HexBC7E98021131A14f203e
Octal27417623004123325174076
Binary1011110011111101001100001000011001111010101001111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E98; }

 p { color: rgb(188,126,152); }

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

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

 a { background-color: rgb(188,126,152); }

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

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

 span { border-color: rgb(188,126,152); }

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