Html Css Color HEX #BC5E68 Blush

📋 copy color: '#BC5E68'

red 188 ◦ green 94 ◦ blue 104

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

Shades of Blush #BC5E68

Tints of Blush #BC5E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.35%

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

R = 48.7%
G = 24.35%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC5E68 (or 0xBC5E68) is known color: Blush. HEX triplet: BC, 5E and 68. RGB value is (188,94,104). Sum of RGB (Red+Green+Blue) = 188+94+104=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E68 is #43A197. Grayscale: #7B7B7B. Windows color (decimal): -4432280 or 6839996. OLE color: 6839996.

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

Color convert

RGB 188 94 104 -
CMYK 0 0.50 0.45 0.26
HSL 353.62º 0.41% 0.55% -
HSV(B) 353.62º 0.5% 0.74% -
XYZ 27.24 19.7 15.46 -
YUV 123.25 117.14 174.19 -
System Red Green Blue C M Y K H S L
Decimal 188 94 104 0 0.50 0.45 0.26 353.62 0.41 0.55
Hex BC 5E 68 0 32 2D 1A 162 29 37
Octal 274 136 150 0 62 55 32 542 51 67
Binary 10111100 1011110 1101000 0 110010 101101 11010 101100010 101001 110111

Color Harmonies of #BC5E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E68

Black with #BC5E68

Text Example


Text Example

White with #BC5E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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