Html Css Color HEX #C3BCBA Pale Slate

📋 copy color: '#C3BCBA'

red 195 ◦ green 188 ◦ blue 186

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

Shades of Pale Slate #C3BCBA

Tints of Pale Slate #C3BCBA

RGB

 RED value IS 195 (76.56% from 255) = 34.27%

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

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

R = 34.27%
G = 33.04%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C3BCBA (or 0xC3BCBA) is known color: Pale Slate. HEX triplet: C3, BC and BA. RGB value is (195,188,186). Sum of RGB (Red+Green+Blue) = 195+188+186=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCBA is #3C4345. Grayscale: #BDBDBD. Windows color (decimal): -3949382 or 12238019. OLE color: 12238019.

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

Color convert

RGB 195 188 186 -
CMYK 0 0.04 0.05 0.24
HSL 13.33º 0.07% 0.75% -
HSV(B) 13.33º 0.05% 0.76% -
XYZ 49.35 51.11 53.72 -
YUV 189.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 195 188 186 0 0.04 0.05 0.24 13.33 0.07 0.75
Hex C3 BC BA 0 4 5 18 D 7 4B
Octal 303 274 272 0 4 5 30 15 7 113
Binary 11000011 10111100 10111010 0 100 101 11000 1101 111 1001011

Color Harmonies of #C3BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCBA

Black with #C3BCBA

Text Example


Text Example

White with #C3BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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