#C0BEBD

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

Shades of Pale Slate #C0BEBD

Tints of Pale Slate #C0BEBD

Color information

#C0BEBD (or 0xC0BEBD) is unknown color: approx Pale Slate. HEX triplet: C0, BE and BD. RGB value is (192,190,189). Sum of RGB (Red+Green+Blue) = 192+190+189=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BEBD is #3F4142. Grayscale: #BEBEBE. Windows color (decimal): -4145475 or 12435136. OLE color: 12435136.

HSL color Cylindrical-coordinate representation of color #C0BEBD: hue angle of 20º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C0BEBD is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192190189-
CMYK00.010.020.25
HSL20º2.33%74.71%-
HSV(B)20º1.56%75.29%-
XYZ49.3451.7155.52-
YUV190.48127.16129.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=33.63%
G=33.27%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219018900.010.020.25202.3374.71
HexC0BEBD012191424b
Octal30027627501231242113
Binary11000000101111101011110101101100110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEBD; }

 p { color: rgb(192,190,189); }

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

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

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

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

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

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

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