Html Css Color HEX #BC7E96 Puce

📋 copy color: '#BC7E96'

red 188 ◦ green 126 ◦ blue 150

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

Shades of Puce #BC7E96

Tints of Puce #BC7E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.33%

R = 40.52%
G = 27.16%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC7E96 (or 0xBC7E96) is known color: Puce. HEX triplet: BC, 7E and 96. RGB value is (188,126,150). Sum of RGB (Red+Green+Blue) = 188+126+150=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E96 is #438169. Grayscale: #939393. Windows color (decimal): -4424042 or 9862844. OLE color: 9862844.

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

Color convert

RGB 188 126 150 -
CMYK 0 0.33 0.20 0.26
HSL 336.77º 0.32% 0.62% -
HSV(B) 336.77º 0.33% 0.74% -
XYZ 33.7 27.82 32.45 -
YUV 147.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 188 126 150 0 0.33 0.20 0.26 336.77 0.32 0.62
Hex BC 7E 96 0 21 14 1A 151 20 3E
Octal 274 176 226 0 41 24 32 521 40 76
Binary 10111100 1111110 10010110 0 100001 10100 11010 101010001 100000 111110

Color Harmonies of #BC7E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E96

Black with #BC7E96

Text Example


Text Example

White with #BC7E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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