#C8BEBB

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

Shades of Pale Slate #C8BEBB

Tints of Pale Slate #C8BEBB

Color information

#C8BEBB (or 0xC8BEBB) is unknown color: approx Pale Slate. HEX triplet: C8, BE and BB. RGB value is (200,190,187). Sum of RGB (Red+Green+Blue) = 200+190+187=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEBB is #374144. Grayscale: #C0C0C0. Windows color (decimal): -3621189 or 12304072. OLE color: 12304072.

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

Color convert

RGB200190187-
CMYK00.050.060.22
HSL13.85º10.57%75.88%-
HSV(B)13.85º6.5%78.43%-
XYZ51.252.6954.49-
YUV192.65124.81133.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.66%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 187 (73.44% from 255) = 32.41%
R=34.66%
G=32.93%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019018700.050.060.2213.8510.5775.88
HexC8BEBB05616eb4c
Octal310276273056261613114
Binary110010001011111010111011010111010110111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BEBB; }

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

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

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

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

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

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

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

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