Html Css Color HEX #C5BFBA Pale Slate

📋 copy color: '#C5BFBA'

red 197 ◦ green 191 ◦ blue 186

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

Shades of Pale Slate #C5BFBA

Tints of Pale Slate #C5BFBA

RGB

 RED value IS 197 (77.34% from 255) = 34.32%

 GREEN value IS 191 (75% from 255) = 33.28%

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

R = 34.32%
G = 33.28%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C5BFBA (or 0xC5BFBA) is known color: Pale Slate. HEX triplet: C5, BF and BA. RGB value is (197,191,186). Sum of RGB (Red+Green+Blue) = 197+191+186=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFBA is #3A4045. Grayscale: #C0C0C0. Windows color (decimal): -3817542 or 12238789. OLE color: 12238789.

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

Color convert

RGB 197 191 186 -
CMYK 0 0.03 0.06 0.23
HSL 27.27º 0.09% 0.75% -
HSV(B) 27.27º 0.06% 0.77% -
XYZ 50.52 52.68 53.96 -
YUV 192.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 197 191 186 0 0.03 0.06 0.23 27.27 0.09 0.75
Hex C5 BF BA 0 3 6 17 1B 9 4B
Octal 305 277 272 0 3 6 27 33 11 113
Binary 11000101 10111111 10111010 0 11 110 10111 11011 1001 1001011

Color Harmonies of #C5BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFBA

Black with #C5BFBA

Text Example


Text Example

White with #C5BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFBA; }

 p { color: rgb(197,191,186); }

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

background-color css

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

 a { background-color: rgb(197,191,186); }

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

border-color css

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

 span { border-color: rgb(197,191,186); }

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