#C9BEBC

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

Shades of Alto #C9BEBC

Tints of Alto #C9BEBC

Color information

#C9BEBC (or 0xC9BEBC) is unknown color: approx Alto. HEX triplet: C9, BE and BC. RGB value is (201,190,188). Sum of RGB (Red+Green+Blue) = 201+190+188=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BEBC is #364143. Grayscale: #C1C1C1. Windows color (decimal): -3555652 or 12369609. OLE color: 12369609.

HSL color Cylindrical-coordinate representation of color #C9BEBC: hue angle of 9.23º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C9BEBC is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201190188-
CMYK00.050.060.21
HSL9.23º10.74%76.27%-
HSV(B)9.23º6.47%78.82%-
XYZ51.5852.8855.06-
YUV193.06125.14133.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.72%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 188 (73.83% from 255) = 32.47%
R=34.72%
G=32.82%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119018800.050.060.219.2310.7476.27
HexC9BEBC056159b4c
Octal311276274056251113114
Binary110010011011111010111100010111010101100110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BEBC; }

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

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

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

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

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

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

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

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