#C2BEBB

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

Shades of Pale Slate #C2BEBB

Tints of Pale Slate #C2BEBB

Color information

#C2BEBB (or 0xC2BEBB) is unknown color: approx Pale Slate. HEX triplet: C2, BE and BB. RGB value is (194,190,187). Sum of RGB (Red+Green+Blue) = 194+190+187=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEBB is #3D4144. Grayscale: #BEBEBE. Windows color (decimal): -4014405 or 12304066. OLE color: 12304066.

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

Color convert

RGB194190187-
CMYK00.020.040.24
HSL25.71º5.43%74.71%-
HSV(B)25.71º3.61%76.08%-
XYZ49.6351.8854.41-
YUV190.85125.83130.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.98%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=33.98%
G=33.27%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419018700.020.040.2425.715.4374.71
HexC2BEBB024181a54b
Octal30227627302430325113
Binary11000010101111101011101101010011000110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEBB; }

 p { color: rgb(194,190,187); }

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

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

 a { background-color: rgb(194,190,187); }

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

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

 span { border-color: rgb(194,190,187); }

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