Html Css Color HEX #BC5166 Blush

📋 copy color: '#BC5166'

red 188 ◦ green 81 ◦ blue 102

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

Shades of Blush #BC5166

Tints of Blush #BC5166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.83%

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

R = 50.67%
G = 21.83%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC5166 (or 0xBC5166) is known color: Blush. HEX triplet: BC, 51 and 66. RGB value is (188,81,102). Sum of RGB (Red+Green+Blue) = 188+81+102=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5166 is #43AE99. Grayscale: #737373. Windows color (decimal): -4435610 or 6705596. OLE color: 6705596.

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

Color convert

RGB 188 81 102 -
CMYK 0 0.57 0.46 0.26
HSL 348.22º 0.44% 0.53% -
HSV(B) 348.22º 0.57% 0.74% -
XYZ 26.08 17.54 14.58 -
YUV 115.39 120.45 179.79 -
System Red Green Blue C M Y K H S L
Decimal 188 81 102 0 0.57 0.46 0.26 348.22 0.44 0.53
Hex BC 51 66 0 39 2E 1A 15C 2C 35
Octal 274 121 146 0 71 56 32 534 54 65
Binary 10111100 1010001 1100110 0 111001 101110 11010 101011100 101100 110101

Color Harmonies of #BC5166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5166

Black with #BC5166

Text Example


Text Example

White with #BC5166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5166; }

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

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

background-color css

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

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

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

border-color css

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

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

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