#C0BCB9

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

Shades of Pale Slate #C0BCB9

Tints of Pale Slate #C0BCB9

Color information

#C0BCB9 (or 0xC0BCB9) is unknown color: approx Pale Slate. HEX triplet: C0, BC and B9. RGB value is (192,188,185). Sum of RGB (Red+Green+Blue) = 192+188+185=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 188 (73.83% from 255 or 33.27% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCB9 is #3F4346. Grayscale: #BCBCBC. Windows color (decimal): -4145991 or 12172480. OLE color: 12172480.

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

Color convert

RGB192188185-
CMYK00.020.040.25
HSL25.71º5.26%73.92%-
HSV(B)25.71º3.65%75.29%-
XYZ48.4850.6853.13-
YUV188.85125.83130.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 188 (73.83% from 255) = 33.27%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=33.98%
G=33.27%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218818500.020.040.2525.715.2673.92
HexC0BCB9024191a54a
Octal30027427102431325112
Binary11000000101111001011100101010011001110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCB9; }

 p { color: rgb(192,188,185); }

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

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

 a { background-color: rgb(192,188,185); }

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

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

 span { border-color: rgb(192,188,185); }

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