#C8BEBA

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

Shades of Pale Slate #C8BEBA

Tints of Pale Slate #C8BEBA

Color information

#C8BEBA (or 0xC8BEBA) is unknown color: approx Pale Slate. HEX triplet: C8, BE and BA. RGB value is (200,190,186). Sum of RGB (Red+Green+Blue) = 200+190+186=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEBA is #374145. Grayscale: #C0C0C0. Windows color (decimal): -3621190 or 12238536. OLE color: 12238536.

HSL color Cylindrical-coordinate representation of color #C8BEBA: hue angle of 17.14º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8BEBA is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB200190186-
CMYK00.050.070.22
HSL17.14º11.29%75.69%-
HSV(B)17.14º7%78.43%-
XYZ51.152.6553.92-
YUV192.53124.31133.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.72%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=34.72%
G=32.99%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019018600.050.070.2217.1411.2975.69
HexC8BEBA0571611b4c
Octal310276272057262113114
Binary1100100010111110101110100101111101101000110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEBA; }

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

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

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

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

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

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

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

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