#BD4468

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

Shades of Blush #BD4468

Tints of Blush #BD4468

Color information

#BD4468 (or 0xBD4468) is unknown color: approx Blush. HEX triplet: BD, 44 and 68. RGB value is (189,68,104). Sum of RGB (Red+Green+Blue) = 189+68+104=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4468 is #42BB97. Grayscale: #6C6C6C. Windows color (decimal): -4373400 or 6833341. OLE color: 6833341.

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

Color convert

RGB18968104-
CMYK00.640.450.26
HSL342.15º47.83%50.39%-
HSV(B)342.15º64.02%74.12%-
XYZ25.5515.9514.83-
YUV108.28125.59185.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.35%
GREEN value IS 68 (26.95% from 255) = 18.84%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=52.35%
G=18.84%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896810400.640.450.26342.1547.8350.39
HexBD44680402D1A1563032
Octal275104150010055325266062
Binary10111101100010011010000100000010110111010101010110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4468; }

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

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

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

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

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

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

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

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