Html Css Color HEX #BC5568 Blush

📋 copy color: '#BC5568'

red 188 ◦ green 85 ◦ blue 104

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

Shades of Blush #BC5568

Tints of Blush #BC5568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 49.87%
G = 22.55%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC5568 (or 0xBC5568) is known color: Blush. HEX triplet: BC, 55 and 68. RGB value is (188,85,104). Sum of RGB (Red+Green+Blue) = 188+85+104=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5568 is #43AA97. Grayscale: #757575. Windows color (decimal): -4434584 or 6837692. OLE color: 6837692.

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

Color convert

RGB 188 85 104 -
CMYK 0 0.55 0.45 0.26
HSL 348.93º 0.43% 0.54% -
HSV(B) 348.93º 0.55% 0.74% -
XYZ 26.49 18.19 15.21 -
YUV 117.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 188 85 104 0 0.55 0.45 0.26 348.93 0.43 0.54
Hex BC 55 68 0 37 2D 1A 15D 2B 36
Octal 274 125 150 0 67 55 32 535 53 66
Binary 10111100 1010101 1101000 0 110111 101101 11010 101011101 101011 110110

Color Harmonies of #BC5568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5568

Black with #BC5568

Text Example


Text Example

White with #BC5568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5568; }

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

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

background-color css

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

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

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

border-color css

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

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

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