Html Css Color HEX #C5BEBA Pale Slate

📋 copy color: '#C5BEBA'

red 197 ◦ green 190 ◦ blue 186

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

Shades of Pale Slate #C5BEBA

Tints of Pale Slate #C5BEBA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.16%

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

R = 34.38%
G = 33.16%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C5BEBA (or 0xC5BEBA) is known color: Pale Slate. HEX triplet: C5, BE and BA. RGB value is (197,190,186). Sum of RGB (Red+Green+Blue) = 197+190+186=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEBA is #3A4145. Grayscale: #BFBFBF. Windows color (decimal): -3817798 or 12238533. OLE color: 12238533.

HSL color Cylindrical-coordinate representation of color #C5BEBA: hue angle of 21.82º 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 #C5BEBA is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 190 186 -
CMYK 0 0.04 0.06 0.23
HSL 21.82º 0.09% 0.75% -
HSV(B) 21.82º 0.06% 0.77% -
XYZ 50.3 52.24 53.89 -
YUV 191.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 197 190 186 0 0.04 0.06 0.23 21.82 0.09 0.75
Hex C5 BE BA 0 4 6 17 16 9 4B
Octal 305 276 272 0 4 6 27 26 11 113
Binary 11000101 10111110 10111010 0 100 110 10111 10110 1001 1001011

Color Harmonies of #C5BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEBA

Black with #C5BEBA

Text Example


Text Example

White with #C5BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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