Html Css Color HEX #BC556C Blush

📋 copy color: '#BC556C'

red 188 ◦ green 85 ◦ blue 108

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

Shades of Blush #BC556C

Tints of Blush #BC556C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.31%

 BLUE value IS 108 (42.58% from 255) = 28.35%

R = 49.34%
G = 22.31%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC556C (or 0xBC556C) is known color: Blush. HEX triplet: BC, 55 and 6C. RGB value is (188,85,108). Sum of RGB (Red+Green+Blue) = 188+85+108=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC556C is #43AA93. Grayscale: #767676. Windows color (decimal): -4434580 or 7099836. OLE color: 7099836.

HSL color Cylindrical-coordinate representation of color #BC556C: hue angle of 346.6º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC556C is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 85 108 -
CMYK 0 0.55 0.43 0.26
HSL 346.6º 0.43% 0.54% -
HSV(B) 346.6º 0.55% 0.74% -
XYZ 26.69 18.27 16.31 -
YUV 118.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 188 85 108 0 0.55 0.43 0.26 346.6 0.43 0.54
Hex BC 55 6C 0 37 2B 1A 15B 2B 36
Octal 274 125 154 0 67 53 32 533 53 66
Binary 10111100 1010101 1101100 0 110111 101011 11010 101011011 101011 110110

Color Harmonies of #BC556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC556C

Black with #BC556C

Text Example


Text Example

White with #BC556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC556C; }

 p { color: rgb(188,85,108); }

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

background-color css

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

 a { background-color: rgb(188,85,108); }

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

border-color css

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

 span { border-color: rgb(188,85,108); }

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