Html Css Color HEX #BC7E99 Puce

📋 copy color: '#BC7E99'

red 188 ◦ green 126 ◦ blue 153

#BC7E99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puce #BC7E99

Tints of Puce #BC7E99

RGB

 RED value IS 188 (73.83% from 255) = 40.26%

 GREEN value IS 126 (49.61% from 255) = 26.98%

 BLUE value IS 153 (60.16% from 255) = 32.76%

R = 40.26%
G = 26.98%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC7E99 (or 0xBC7E99) is known color: Puce. HEX triplet: BC, 7E and 99. RGB value is (188,126,153). Sum of RGB (Red+Green+Blue) = 188+126+153=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E99 is #438166. Grayscale: #939393. Windows color (decimal): -4424039 or 10059452. OLE color: 10059452.

HSL color Cylindrical-coordinate representation of color #BC7E99: hue angle of 333.87º 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 #BC7E99 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 153 -
CMYK 0 0.33 0.19 0.26
HSL 333.87º 0.32% 0.62% -
HSV(B) 333.87º 0.33% 0.74% -
XYZ 33.95 27.91 33.74 -
YUV 147.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 188 126 153 0 0.33 0.19 0.26 333.87 0.32 0.62
Hex BC 7E 99 0 21 13 1A 14E 20 3E
Octal 274 176 231 0 41 23 32 516 40 76
Binary 10111100 1111110 10011001 0 100001 10011 11010 101001110 100000 111110

Color Harmonies of #BC7E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E99

Black with #BC7E99

Text Example


Text Example

White with #BC7E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E99; }

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

 H1.HeaderClassName
 {
   color: #BC7E99;
 }
 .AnyTagClassName
 {
   color: #BC7E99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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