Html Css Color HEX #BC5068 Blush

📋 copy color: '#BC5068'

red 188 ◦ green 80 ◦ blue 104

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

Shades of Blush #BC5068

Tints of Blush #BC5068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 50.54%
G = 21.51%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC5068 (or 0xBC5068) is known color: Blush. HEX triplet: BC, 50 and 68. RGB value is (188,80,104). Sum of RGB (Red+Green+Blue) = 188+80+104=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5068 is #43AF97. Grayscale: #737373. Windows color (decimal): -4435864 or 6836412. OLE color: 6836412.

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

Color convert

RGB 188 80 104 -
CMYK 0 0.57 0.45 0.26
HSL 346.67º 0.45% 0.53% -
HSV(B) 346.67º 0.57% 0.74% -
XYZ 26.11 17.43 15.08 -
YUV 115.03 121.78 180.05 -
System Red Green Blue C M Y K H S L
Decimal 188 80 104 0 0.57 0.45 0.26 346.67 0.45 0.53
Hex BC 50 68 0 39 2D 1A 15B 2D 35
Octal 274 120 150 0 71 55 32 533 55 65
Binary 10111100 1010000 1101000 0 111001 101101 11010 101011011 101101 110101

Color Harmonies of #BC5068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5068

Black with #BC5068

Text Example


Text Example

White with #BC5068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5068; }

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

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

background-color css

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

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

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

border-color css

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

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

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