Html Css Color HEX #C2BCBA Pale Slate

📋 copy color: '#C2BCBA'

red 194 ◦ green 188 ◦ blue 186

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

Shades of Pale Slate #C2BCBA

Tints of Pale Slate #C2BCBA

RGB

 RED value IS 194 (76.17% from 255) = 34.15%

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

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

R = 34.15%
G = 33.1%
B = 32.75%

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

#C2BCBA (or 0xC2BCBA) is known color: Pale Slate. HEX triplet: C2, BC and BA. RGB value is (194,188,186). Sum of RGB (Red+Green+Blue) = 194+188+186=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCBA is #3D4345. Grayscale: #BDBDBD. Windows color (decimal): -4014918 or 12238018. OLE color: 12238018.

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

Color convert

RGB 194 188 186 -
CMYK 0 0.03 0.04 0.24
HSL 15º 0.06% 0.75% -
HSV(B) 15º 0.04% 0.76% -
XYZ 49.09 50.98 53.71 -
YUV 189.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 194 188 186 0 0.03 0.04 0.24 15 0.06 0.75
Hex C2 BC BA 0 3 4 18 F 6 4B
Octal 302 274 272 0 3 4 30 17 6 113
Binary 11000010 10111100 10111010 0 11 100 11000 1111 110 1001011

Color Harmonies of #C2BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BCBA

Black with #C2BCBA

Text Example


Text Example

White with #C2BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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