Html Css Color HEX #C4BDBA Pale Slate

📋 copy color: '#C4BDBA'

red 196 ◦ green 189 ◦ blue 186

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

Shades of Pale Slate #C4BDBA

Tints of Pale Slate #C4BDBA

RGB

 RED value IS 196 (76.95% from 255) = 34.33%

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

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

R = 34.33%
G = 33.1%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C4BDBA (or 0xC4BDBA) is known color: Pale Slate. HEX triplet: C4, BD and BA. RGB value is (196,189,186). Sum of RGB (Red+Green+Blue) = 196+189+186=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDBA is #3B4245. Grayscale: #BEBEBE. Windows color (decimal): -3883590 or 12238276. OLE color: 12238276.

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

Color convert

RGB 196 189 186 -
CMYK 0 0.04 0.05 0.23
HSL 18º 0.08% 0.75% -
HSV(B) 18º 0.05% 0.77% -
XYZ 49.83 51.68 53.8 -
YUV 190.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 196 189 186 0 0.04 0.05 0.23 18 0.08 0.75
Hex C4 BD BA 0 4 5 17 12 8 4B
Octal 304 275 272 0 4 5 27 22 10 113
Binary 11000100 10111101 10111010 0 100 101 10111 10010 1000 1001011

Color Harmonies of #C4BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDBA

Black with #C4BDBA

Text Example


Text Example

White with #C4BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDBA; }

 p { color: rgb(196,189,186); }

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

background-color css

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

 a { background-color: rgb(196,189,186); }

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

border-color css

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

 span { border-color: rgb(196,189,186); }

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