#C0BFBE

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

Shades of Pale Slate #C0BFBE

Tints of Pale Slate #C0BFBE

Color information

#C0BFBE (or 0xC0BFBE) is unknown color: approx Pale Slate. HEX triplet: C0, BF and BE. RGB value is (192,191,190). Sum of RGB (Red+Green+Blue) = 192+191+190=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFBE is #3F4041. Grayscale: #BFBFBF. Windows color (decimal): -4145218 or 12500928. OLE color: 12500928.

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

Color convert

RGB192191190-
CMYK00.010.010.25
HSL30º1.56%74.9%-
HSV(B)30º1.04%75.29%-
XYZ49.6652.1956.17-
YUV191.18127.33128.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=33.51%
G=33.33%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219119000.010.010.25301.5674.9
HexC0BFBE011191e24b
Octal30027727601131362113
Binary1100000010111111101111100111100111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFBE; }

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

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

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

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

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

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

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

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