#C6BFBA

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

Shades of Pale Slate #C6BFBA

Tints of Pale Slate #C6BFBA

Color information

#C6BFBA (or 0xC6BFBA) is unknown color: approx Pale Slate. HEX triplet: C6, BF and BA. RGB value is (198,191,186). Sum of RGB (Red+Green+Blue) = 198+191+186=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFBA is #394045. Grayscale: #C0C0C0. Windows color (decimal): -3752006 or 12238790. OLE color: 12238790.

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

Color convert

RGB198191186-
CMYK00.040.060.22
HSL25º9.52%75.29%-
HSV(B)25º6.06%77.65%-
XYZ50.7852.8153.97-
YUV192.52124.32131.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.43%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 186 (73.05% from 255) = 32.35%
R=34.43%
G=33.22%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819118600.040.060.22259.5275.29
HexC6BFBA0461619a4b
Octal306277272046263112113
Binary1100011010111111101110100100110101101100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BFBA; }

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

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

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

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

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

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

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

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