Html Css Color HEX #BC556B Blush

📋 copy color: '#BC556B'

red 188 ◦ green 85 ◦ blue 107

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

Shades of Blush #BC556B

Tints of Blush #BC556B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.16%

R = 49.47%
G = 22.37%
B = 28.16%

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

#BC556B (or 0xBC556B) is known color: Blush. HEX triplet: BC, 55 and 6B. RGB value is (188,85,107). Sum of RGB (Red+Green+Blue) = 188+85+107=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC556B is #43AA94. Grayscale: #767676. Windows color (decimal): -4434581 or 7034300. OLE color: 7034300.

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

Color convert

RGB 188 85 107 -
CMYK 0 0.55 0.43 0.26
HSL 347.18º 0.43% 0.54% -
HSV(B) 347.18º 0.55% 0.74% -
XYZ 26.64 18.25 16.03 -
YUV 118.31 121.62 177.71 -
System Red Green Blue C M Y K H S L
Decimal 188 85 107 0 0.55 0.43 0.26 347.18 0.43 0.54
Hex BC 55 6B 0 37 2B 1A 15B 2B 36
Octal 274 125 153 0 67 53 32 533 53 66
Binary 10111100 1010101 1101011 0 110111 101011 11010 101011011 101011 110110

Color Harmonies of #BC556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC556B

Black with #BC556B

Text Example


Text Example

White with #BC556B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC556B; }

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

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

background-color css

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

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

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

border-color css

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

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

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