#C3BEBC

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

Shades of Pale Slate #C3BEBC

Tints of Pale Slate #C3BEBC

Color information

#C3BEBC (or 0xC3BEBC) is unknown color: approx Pale Slate. HEX triplet: C3, BE and BC. RGB value is (195,190,188). Sum of RGB (Red+Green+Blue) = 195+190+188=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEBC is #3C4143. Grayscale: #BFBFBF. Windows color (decimal): -3948868 or 12369603. OLE color: 12369603.

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

Color convert

RGB195190188-
CMYK00.030.040.24
HSL17.14º5.51%75.1%-
HSV(B)17.14º3.59%76.47%-
XYZ5052.0654.99-
YUV191.27126.16130.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.03%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 188 (73.83% from 255) = 32.81%
R=34.03%
G=33.16%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519018800.030.040.2417.145.5175.1
HexC3BEBC034181164b
Octal30327627403430216113
Binary11000011101111101011110001110011000100011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEBC; }

 p { color: rgb(195,190,188); }

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

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

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

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

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

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

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