#CCBEBB

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

Shades of Alto #CCBEBB

Tints of Alto #CCBEBB

Color information

#CCBEBB (or 0xCCBEBB) is unknown color: approx Alto. HEX triplet: CC, BE and BB. RGB value is (204,190,187). Sum of RGB (Red+Green+Blue) = 204+190+187=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEBB is #334144. Grayscale: #C1C1C1. Windows color (decimal): -3359045 or 12304076. OLE color: 12304076.

HSL color Cylindrical-coordinate representation of color #CCBEBB: hue angle of 10.59º 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 #CCBEBB is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB204190187-
CMYK00.070.080.2
HSL10.59º14.29%76.67%-
HSV(B)10.59º8.33%80%-
XYZ52.2853.2554.54-
YUV193.84124.14135.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.11%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=35.11%
G=32.70%
B=32.19%

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
Decimal20419018700.070.080.210.5914.2976.67
HexCCBEBB07814be4d
Octal3142762730710241316115
Binary1100110010111110101110110111100010100101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEBB; }

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

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

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

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

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

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

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

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