#C4BEBB

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

Shades of Pale Slate #C4BEBB

Tints of Pale Slate #C4BEBB

Color information

#C4BEBB (or 0xC4BEBB) is unknown color: approx Pale Slate. HEX triplet: C4, BE and BB. RGB value is (196,190,187). Sum of RGB (Red+Green+Blue) = 196+190+187=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEBB is #3B4144. Grayscale: #BFBFBF. Windows color (decimal): -3883333 or 12304068. OLE color: 12304068.

HSL color Cylindrical-coordinate representation of color #C4BEBB: hue angle of 20º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4BEBB is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196190187-
CMYK00.030.050.23
HSL20º7.09%75.1%-
HSV(B)20º4.59%76.86%-
XYZ50.1552.1554.44-
YUV191.45125.49131.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.21%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=34.21%
G=33.16%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619018700.030.050.23207.0975.1
HexC4BEBB035171474b
Octal30427627303527247113
Binary11000100101111101011101101110110111101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEBB; }

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

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

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

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

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

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

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

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