#C4BEBA

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

Shades of Pale Slate #C4BEBA

Tints of Pale Slate #C4BEBA

Color information

#C4BEBA (or 0xC4BEBA) is unknown color: approx Pale Slate. HEX triplet: C4, BE and BA. RGB value is (196,190,186). Sum of RGB (Red+Green+Blue) = 196+190+186=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEBA is #3B4145. Grayscale: #BFBFBF. Windows color (decimal): -3883334 or 12238532. OLE color: 12238532.

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

Color convert

RGB196190186-
CMYK00.030.050.23
HSL24º7.81%74.9%-
HSV(B)24º5.1%76.86%-
XYZ50.0452.1153.87-
YUV191.34124.99131.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.27%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=34.27%
G=33.22%
B=32.52%

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
Decimal19619018600.030.050.23247.8174.9
HexC4BEBA035171884b
Octal304276272035273010113
Binary110001001011111010111010011101101111100010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEBA; }

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

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

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

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

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

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

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

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