#D5B9BC

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

Shades of Pink Flare #D5B9BC

Tints of Pink Flare #D5B9BC

Color information

#D5B9BC (or 0xD5B9BC) is unknown color: approx Pink Flare. HEX triplet: D5, B9 and BC. RGB value is (213,185,188). Sum of RGB (Red+Green+Blue) = 213+185+188=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 185 (72.66% from 255 or 31.57% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B9BC is #2A4643. Grayscale: #C1C1C1. Windows color (decimal): -2770500 or 12368341. OLE color: 12368341.

HSL color Cylindrical-coordinate representation of color #D5B9BC: hue angle of 353.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5B9BC is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213185188-
CMYK00.130.120.16
HSL353.57º25%78.04%-
HSV(B)353.57º13.15%83.53%-
XYZ53.8752.4754.87-
YUV193.71124.78141.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.35%
GREEN value IS 185 (72.66% from 255) = 31.57%
BLUE value IS 188 (73.83% from 255) = 32.08%
R=36.35%
G=31.57%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318518800.130.120.16353.572578.04
HexD5B9BC0DC10162194e
Octal325271274015142054231116
Binary11010101101110011011110001101110010000101100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B9BC; }

 p { color: rgb(213,185,188); }

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

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

 a { background-color: rgb(213,185,188); }

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

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

 span { border-color: rgb(213,185,188); }

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