#CCBEBC

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

Shades of Alto #CCBEBC

Tints of Alto #CCBEBC

Color information

#CCBEBC (or 0xCCBEBC) is unknown color: approx Alto. HEX triplet: CC, BE and BC. RGB value is (204,190,188). Sum of RGB (Red+Green+Blue) = 204+190+188=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 190 (74.61% from 255 or 32.65% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEBC is #334143. Grayscale: #C1C1C1. Windows color (decimal): -3359044 or 12369612. OLE color: 12369612.

HSL color Cylindrical-coordinate representation of color #CCBEBC: hue angle of 7.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBEBC is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204190188-
CMYK00.070.080.2
HSL7.5º13.56%76.86%-
HSV(B)7.5º7.84%80%-
XYZ52.3953.355.1-
YUV193.96124.64135.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 190 (74.61% from 255) = 32.65%
BLUE value IS 188 (73.83% from 255) = 32.30%
R=35.05%
G=32.65%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419018800.070.080.27.513.5676.86
HexCCBEBC078148e4d
Octal3142762740710241016115
Binary1100110010111110101111000111100010100100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEBC; }

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

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

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

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

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

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

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

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