#C2BFBC

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

Shades of Pale Slate #C2BFBC

Tints of Pale Slate #C2BFBC

Color information

#C2BFBC (or 0xC2BFBC) is unknown color: approx Pale Slate. HEX triplet: C2, BF and BC. RGB value is (194,191,188). Sum of RGB (Red+Green+Blue) = 194+191+188=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFBC is #3D4043. Grayscale: #BFBFBF. Windows color (decimal): -4014148 or 12369858. OLE color: 12369858.

HSL color Cylindrical-coordinate representation of color #C2BFBC: hue angle of 30º degrees, saturation: 0.05, 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 #C2BFBC is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194191188-
CMYK00.020.030.24
HSL30º4.69%74.9%-
HSV(B)30º3.09%76.08%-
XYZ49.9652.3655.05-
YUV191.56125.99129.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.86%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 32.81%
R=33.86%
G=33.33%
B=32.81%

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
Decimal19419118800.020.030.24304.6974.9
HexC2BFBC023181e54b
Octal30227727402330365113
Binary1100001010111111101111000101111000111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFBC; }

 p { color: rgb(194,191,188); }

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

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

 a { background-color: rgb(194,191,188); }

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

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

 span { border-color: rgb(194,191,188); }

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