Html Css Color HEX #C7BFBA Pale Slate

📋 copy color: '#C7BFBA'

red 199 ◦ green 191 ◦ blue 186

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

Shades of Pale Slate #C7BFBA

Tints of Pale Slate #C7BFBA

RGB

 RED value IS 199 (78.13% from 255) = 34.55%

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

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

R = 34.55%
G = 33.16%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C7BFBA (or 0xC7BFBA) is known color: Pale Slate. HEX triplet: C7, BF and BA. RGB value is (199,191,186). Sum of RGB (Red+Green+Blue) = 199+191+186=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFBA is #384045. Grayscale: #C0C0C0. Windows color (decimal): -3686470 or 12238791. OLE color: 12238791.

HSL color Cylindrical-coordinate representation of color #C7BFBA: hue angle of 23.08º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C7BFBA is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 191 186 -
CMYK 0 0.04 0.07 0.22
HSL 23.08º 0.1% 0.75% -
HSV(B) 23.08º 0.07% 0.78% -
XYZ 51.05 52.95 53.98 -
YUV 192.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 199 191 186 0 0.04 0.07 0.22 23.08 0.1 0.75
Hex C7 BF BA 0 4 7 16 17 A 4B
Octal 307 277 272 0 4 7 26 27 12 113
Binary 11000111 10111111 10111010 0 100 111 10110 10111 1010 1001011

Color Harmonies of #C7BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFBA

Black with #C7BFBA

Text Example


Text Example

White with #C7BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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