#BD4E6E

Color #BD4E6E Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BD4E6E

Tints of Blush #BD4E6E

Color information

#BD4E6E (or 0xBD4E6E) is unknown color: approx Blush. HEX triplet: BD, 4E and 6E. RGB value is (189,78,110). Sum of RGB (Red+Green+Blue) = 189+78+110=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E6E is #42B191. Grayscale: #727272. Windows color (decimal): -4370834 or 7229117. OLE color: 7229117.

HSL color Cylindrical-coordinate representation of color #BD4E6E: hue angle of 342.7º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4E6E is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB18978110-
CMYK00.590.420.26
HSL342.7º45.68%52.35%-
HSV(B)342.7º58.73%74.12%-
XYZ26.5317.3916.71-
YUV114.84125.27180.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 78 (30.86% from 255) = 20.69%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=50.13%
G=20.69%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897811000.590.420.26342.745.6852.35
HexBD4E6E03B2A1A1572e34
Octal27511615607352325275664
Binary1011110110011101101110011101110101011010101010111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E6E; }

 p { color: rgb(189,78,110); }

 H1.HeaderClassName
 {
   color: #BD4E6E;
 }
 .AnyTagClassName
 {
   color: #BD4E6E;
 }
</style>
background-color css

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

 a { background-color: rgb(189,78,110); }

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

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

 span { border-color: rgb(189,78,110); }

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