#C8BCB3

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

Shades of Pale Slate #C8BCB3

Tints of Pale Slate #C8BCB3

Color information

#C8BCB3 (or 0xC8BCB3) is unknown color: approx Pale Slate. HEX triplet: C8, BC and B3. RGB value is (200,188,179). Sum of RGB (Red+Green+Blue) = 200+188+179=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCB3 is #37434C. Grayscale: #BEBEBE. Windows color (decimal): -3621709 or 11779272. OLE color: 11779272.

HSL color Cylindrical-coordinate representation of color #C8BCB3: hue angle of 25.71º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BCB3 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB200188179-
CMYK00.060.100.22
HSL25.71º16.03%74.31%-
HSV(B)25.71º10.5%78.43%-
XYZ49.9451.549.96-
YUV190.56121.48134.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.27%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 179 (70.31% from 255) = 31.57%
R=35.27%
G=33.16%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018817900.060.100.2225.7116.0374.31
HexC8BCB306A161a104a
Octal3102742630612263220112
Binary110010001011110010110011011010101011011010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCB3; }

 p { color: rgb(200,188,179); }

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

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

 a { background-color: rgb(200,188,179); }

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

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

 span { border-color: rgb(200,188,179); }

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