#BD5168

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

Shades of Blush #BD5168

Tints of Blush #BD5168

Color information

#BD5168 (or 0xBD5168) is unknown color: approx Blush. HEX triplet: BD, 51 and 68. RGB value is (189,81,104). Sum of RGB (Red+Green+Blue) = 189+81+104=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5168 is #42AE97. Grayscale: #737373. Windows color (decimal): -4370072 or 6836669. OLE color: 6836669.

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

Color convert

RGB18981104-
CMYK00.570.450.26
HSL347.22º45%52.94%-
HSV(B)347.22º57.14%74.12%-
XYZ26.4317.715.12-
YUV115.91121.28180.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 104 (41.02% from 255) = 27.81%
R=50.53%
G=21.66%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898110400.570.450.26347.224552.94
HexBD51680392D1A15b2d35
Octal27512115007155325335565
Binary1011110110100011101000011100110110111010101011011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5168; }

 p { color: rgb(189,81,104); }

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

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

 a { background-color: rgb(189,81,104); }

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

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

 span { border-color: rgb(189,81,104); }

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