Html Css Color HEX #C1BCBA Pale Slate

📋 copy color: '#C1BCBA'

red 193 ◦ green 188 ◦ blue 186

#C1BCBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Slate #C1BCBA

Tints of Pale Slate #C1BCBA

RGB

 RED value IS 193 (75.78% from 255) = 34.04%

 GREEN value IS 188 (73.83% from 255) = 33.16%

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 34.04%
G = 33.16%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C1BCBA (or 0xC1BCBA) is known color: Pale Slate. HEX triplet: C1, BC and BA. RGB value is (193,188,186). Sum of RGB (Red+Green+Blue) = 193+188+186=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCBA is #3E4345. Grayscale: #BDBDBD. Windows color (decimal): -4080454 or 12238017. OLE color: 12238017.

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

Color convert

RGB 193 188 186 -
CMYK 0 0.03 0.04 0.24
HSL 17.14º 0.05% 0.74% -
HSV(B) 17.14º 0.04% 0.76% -
XYZ 48.84 50.85 53.7 -
YUV 189.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 193 188 186 0 0.03 0.04 0.24 17.14 0.05 0.74
Hex C1 BC BA 0 3 4 18 11 5 4A
Octal 301 274 272 0 3 4 30 21 5 112
Binary 11000001 10111100 10111010 0 11 100 11000 10001 101 1001010

Color Harmonies of #C1BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BCBA

Black with #C1BCBA

Text Example


Text Example

White with #C1BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BCBA; }

 p { color: rgb(193,188,186); }

 H1.HeaderClassName
 {
   color: #C1BCBA;
 }
 .AnyTagClassName
 {
   color: #C1BCBA;
 }
</style>

background-color css

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

 a { background-color: rgb(193,188,186); }

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

border-color css

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

 span { border-color: rgb(193,188,186); }

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