#C8BCB4

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

Shades of Pale Slate #C8BCB4

Tints of Pale Slate #C8BCB4

Color information

#C8BCB4 (or 0xC8BCB4) is unknown color: approx Pale Slate. HEX triplet: C8, BC and B4. RGB value is (200,188,180). Sum of RGB (Red+Green+Blue) = 200+188+180=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCB4 is #37434B. Grayscale: #BEBEBE. Windows color (decimal): -3621708 or 11844808. OLE color: 11844808.

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

Color convert

RGB200188180-
CMYK00.060.10.22
HSL24º15.38%74.51%-
HSV(B)24º10%78.43%-
XYZ50.0451.5450.49-
YUV190.68121.98134.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 188 (73.83% from 255) = 33.10%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=35.21%
G=33.10%
B=31.69%

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
Decimal20018818000.060.10.222415.3874.51
HexC8BCB406A1618f4b
Octal3102742640612263017113
Binary11001000101111001011010001101010101101100011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BCB4; }

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

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

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

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

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

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

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

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