#CCBEBE

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

Shades of Silver #CCBEBE

Tints of Silver #CCBEBE

Color information

#CCBEBE (or 0xCCBEBE) is unknown color: approx Silver. HEX triplet: CC, BE and BE. RGB value is (204,190,190). Sum of RGB (Red+Green+Blue) = 204+190+190=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEBE is #334141. Grayscale: #C2C2C2. Windows color (decimal): -3359042 or 12500684. OLE color: 12500684.

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

Color convert

RGB204190190-
CMYK00.070.070.2
HSL12.07%77.25%-
HSV(B)6.86%80%-
XYZ52.6153.3856.25-
YUV194.19125.64135-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 190 (74.61% from 255) = 32.53%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=34.93%
G=32.53%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419019000.070.070.2012.0777.25
HexCCBEBE077140c4d
Octal31427627607724014115
Binary110011001011111010111110011111110100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEBE; }

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

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

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

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

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

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

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

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