#C8BDB4

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

Shades of Pale Slate #C8BDB4

Tints of Pale Slate #C8BDB4

Color information

#C8BDB4 (or 0xC8BDB4) is unknown color: approx Pale Slate. HEX triplet: C8, BD and B4. RGB value is (200,189,180). Sum of RGB (Red+Green+Blue) = 200+189+180=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDB4 is #37424B. Grayscale: #BFBFBF. Windows color (decimal): -3621452 or 11845064. OLE color: 11845064.

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

Color convert

RGB200189180-
CMYK00.060.10.22
HSL27º15.38%74.51%-
HSV(B)27º10%78.43%-
XYZ50.2651.9750.56-
YUV191.26121.64134.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=35.15%
G=33.22%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018918000.060.10.222715.3874.51
HexC8BDB406A161bf4b
Octal3102752640612263317113
Binary11001000101111011011010001101010101101101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDB4; }

 p { color: rgb(200,189,180); }

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

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

 a { background-color: rgb(200,189,180); }

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

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

 span { border-color: rgb(200,189,180); }

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