#D7BEBC

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

Shades of Alto #D7BEBC

Tints of Alto #D7BEBC

Color information

#D7BEBC (or 0xD7BEBC) is unknown color: approx Alto. HEX triplet: D7, BE and BC. RGB value is (215,190,188). Sum of RGB (Red+Green+Blue) = 215+190+188=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BEBC is #284143. Grayscale: #C5C5C5. Windows color (decimal): -2638148 or 12369623. OLE color: 12369623.

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

Color convert

RGB215190188-
CMYK00.120.130.16
HSL4.44º25.23%79.02%-
HSV(B)4.44º12.56%84.31%-
XYZ55.5154.955.25-
YUV197.25122.78140.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.26%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 188 (73.83% from 255) = 31.70%
R=36.26%
G=32.04%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519018800.120.130.164.4425.2379.02
HexD7BEBC0CD104194f
Octal3272762740141520431117
Binary11010111101111101011110001100110110000100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BEBC; }

 p { color: rgb(215,190,188); }

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

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

 a { background-color: rgb(215,190,188); }

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

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

 span { border-color: rgb(215,190,188); }

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