Html Css Color HEX #C2BDBB Pale Slate

📋 copy color: '#C2BDBB'

red 194 ◦ green 189 ◦ blue 187

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

Shades of Pale Slate #C2BDBB

Tints of Pale Slate #C2BDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.16%

 BLUE value IS 187 (73.44% from 255) = 32.81%

R = 34.04%
G = 33.16%
B = 32.81%

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

#C2BDBB (or 0xC2BDBB) is known color: Pale Slate. HEX triplet: C2, BD and BB. RGB value is (194,189,187). Sum of RGB (Red+Green+Blue) = 194+189+187=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDBB is #3D4244. Grayscale: #BEBEBE. Windows color (decimal): -4014661 or 12303810. OLE color: 12303810.

HSL color Cylindrical-coordinate representation of color #C2BDBB: hue angle of 17.14º degrees, saturation: 0.05, 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 #C2BDBB is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 189 187 -
CMYK 0 0.03 0.04 0.24
HSL 17.14º 0.05% 0.75% -
HSV(B) 17.14º 0.04% 0.76% -
XYZ 49.42 51.45 54.34 -
YUV 190.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 194 189 187 0 0.03 0.04 0.24 17.14 0.05 0.75
Hex C2 BD BB 0 3 4 18 11 5 4B
Octal 302 275 273 0 3 4 30 21 5 113
Binary 11000010 10111101 10111011 0 11 100 11000 10001 101 1001011

Color Harmonies of #C2BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDBB

Black with #C2BDBB

Text Example


Text Example

White with #C2BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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