#C1BDBC

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

Shades of Pale Slate #C1BDBC

Tints of Pale Slate #C1BDBC

Color information

#C1BDBC (or 0xC1BDBC) is unknown color: approx Pale Slate. HEX triplet: C1, BD and BC. RGB value is (193,189,188). Sum of RGB (Red+Green+Blue) = 193+189+188=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDBC is #3E4243. Grayscale: #BEBEBE. Windows color (decimal): -4080196 or 12369345. OLE color: 12369345.

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

Color convert

RGB193189188-
CMYK00.020.030.24
HSL12º3.88%74.71%-
HSV(B)12º2.59%75.69%-
XYZ49.2751.3654.89-
YUV190.08126.83130.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 189 (74.22% from 255) = 33.16%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=33.86%
G=33.16%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318918800.020.030.24123.8874.71
HexC1BDBC02318c44b
Octal30127527402330144113
Binary110000011011110110111100010111100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDBC; }

 p { color: rgb(193,189,188); }

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

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

 a { background-color: rgb(193,189,188); }

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

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

 span { border-color: rgb(193,189,188); }

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