Html Css Color HEX #BC5468 Blush

📋 copy color: '#BC5468'

red 188 ◦ green 84 ◦ blue 104

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

Shades of Blush #BC5468

Tints of Blush #BC5468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.34%

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

R = 50%
G = 22.34%
B = 27.66%

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

#BC5468 (or 0xBC5468) is known color: Blush. HEX triplet: BC, 54 and 68. RGB value is (188,84,104). Sum of RGB (Red+Green+Blue) = 188+84+104=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5468 is #43AB97. Grayscale: #757575. Windows color (decimal): -4434840 or 6837436. OLE color: 6837436.

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

Color convert

RGB 188 84 104 -
CMYK 0 0.55 0.45 0.26
HSL 348.46º 0.44% 0.53% -
HSV(B) 348.46º 0.55% 0.74% -
XYZ 26.41 18.03 15.19 -
YUV 117.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 188 84 104 0 0.55 0.45 0.26 348.46 0.44 0.53
Hex BC 54 68 0 37 2D 1A 15C 2C 35
Octal 274 124 150 0 67 55 32 534 54 65
Binary 10111100 1010100 1101000 0 110111 101101 11010 101011100 101100 110101

Color Harmonies of #BC5468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5468

Black with #BC5468

Text Example


Text Example

White with #BC5468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5468; }

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

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

background-color css

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

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

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

border-color css

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

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

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