#C2BBB9

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

Shades of Pale Slate #C2BBB9

Tints of Pale Slate #C2BBB9

Color information

#C2BBB9 (or 0xC2BBB9) is unknown color: approx Pale Slate. HEX triplet: C2, BB and B9. RGB value is (194,187,185). Sum of RGB (Red+Green+Blue) = 194+187+185=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BBB9 is #3D4446. Grayscale: #BCBCBC. Windows color (decimal): -4015175 or 12172226. OLE color: 12172226.

HSL color Cylindrical-coordinate representation of color #C2BBB9: hue angle of 13.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2BBB9 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB194187185-
CMYK00.040.050.24
HSL13.33º6.87%74.31%-
HSV(B)13.33º4.64%76.08%-
XYZ48.7850.5153.08-
YUV188.86125.82131.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.28%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 185 (72.66% from 255) = 32.69%
R=34.28%
G=33.04%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418718500.040.050.2413.336.8774.31
HexC2BBB904518d74a
Octal30227327104530157112
Binary11000010101110111011100101001011100011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BBB9; }

 p { color: rgb(194,187,185); }

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

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

 a { background-color: rgb(194,187,185); }

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

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

 span { border-color: rgb(194,187,185); }

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