#C8BFBA

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

Shades of Pale Slate #C8BFBA

Tints of Pale Slate #C8BFBA

Color information

#C8BFBA (or 0xC8BFBA) is unknown color: approx Pale Slate. HEX triplet: C8, BF and BA. RGB value is (200,191,186). Sum of RGB (Red+Green+Blue) = 200+191+186=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFBA is #374045. Grayscale: #C1C1C1. Windows color (decimal): -3620934 or 12238792. OLE color: 12238792.

HSL color Cylindrical-coordinate representation of color #C8BFBA: hue angle of 21.43º 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 #C8BFBA is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB200191186-
CMYK00.040.070.22
HSL21.43º11.29%75.69%-
HSV(B)21.43º7%78.43%-
XYZ51.3153.0954-
YUV193.12123.98132.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.66%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 186 (73.05% from 255) = 32.24%
R=34.66%
G=33.10%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019118600.040.070.2221.4311.2975.69
HexC8BFBA0471615b4c
Octal310277272047262513114
Binary1100100010111111101110100100111101101010110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFBA; }

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

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

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

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

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

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

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

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