Html Css Color HEX #BC5466 Blush

📋 copy color: '#BC5466'

red 188 ◦ green 84 ◦ blue 102

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

Shades of Blush #BC5466

Tints of Blush #BC5466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.27%

R = 50.27%
G = 22.46%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC5466 (or 0xBC5466) is known color: Blush. HEX triplet: BC, 54 and 66. RGB value is (188,84,102). Sum of RGB (Red+Green+Blue) = 188+84+102=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5466 is #43AB99. Grayscale: #757575. Windows color (decimal): -4434842 or 6706364. OLE color: 6706364.

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

Color convert

RGB 188 84 102 -
CMYK 0 0.55 0.46 0.26
HSL 349.62º 0.44% 0.53% -
HSV(B) 349.62º 0.55% 0.74% -
XYZ 26.31 17.99 14.66 -
YUV 117.15 119.46 178.54 -
System Red Green Blue C M Y K H S L
Decimal 188 84 102 0 0.55 0.46 0.26 349.62 0.44 0.53
Hex BC 54 66 0 37 2E 1A 15E 2C 35
Octal 274 124 146 0 67 56 32 536 54 65
Binary 10111100 1010100 1100110 0 110111 101110 11010 101011110 101100 110101

Color Harmonies of #BC5466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5466

Black with #BC5466

Text Example


Text Example

White with #BC5466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5466; }

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

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

background-color css

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

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

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

border-color css

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

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

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