#BD5568

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

Shades of Blush #BD5568

Tints of Blush #BD5568

Color information

#BD5568 (or 0xBD5568) is unknown color: approx Blush. HEX triplet: BD, 55 and 68. RGB value is (189,85,104). Sum of RGB (Red+Green+Blue) = 189+85+104=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5568 is #42AA97. Grayscale: #767676. Windows color (decimal): -4369048 or 6837693. OLE color: 6837693.

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

Color convert

RGB18985104-
CMYK00.550.450.26
HSL349.04º44.07%53.73%-
HSV(B)349.04º55.03%74.12%-
XYZ26.7318.3215.22-
YUV118.26119.96178.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 104 (41.02% from 255) = 27.51%
R=50%
G=22.49%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898510400.550.450.26349.0444.0753.73
HexBD55680372D1A15d2c36
Octal27512515006755325355466
Binary1011110110101011101000011011110110111010101011101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5568; }

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

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

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

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

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

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

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

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