Html Css Color HEX #C7BFBC Pale Slate

📋 copy color: '#C7BFBC'

red 199 ◦ green 191 ◦ blue 188

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

Shades of Pale Slate #C7BFBC

Tints of Pale Slate #C7BFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.53%

R = 34.43%
G = 33.04%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C7BFBC (or 0xC7BFBC) is known color: Pale Slate. HEX triplet: C7, BF and BC. RGB value is (199,191,188). Sum of RGB (Red+Green+Blue) = 199+191+188=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFBC is #384043. Grayscale: #C1C1C1. Windows color (decimal): -3686468 or 12369863. OLE color: 12369863.

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

Color convert

RGB 199 191 188 -
CMYK 0 0.04 0.06 0.22
HSL 16.36º 0.09% 0.76% -
HSV(B) 16.36º 0.06% 0.78% -
XYZ 51.26 53.03 55.11 -
YUV 193.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 199 191 188 0 0.04 0.06 0.22 16.36 0.09 0.76
Hex C7 BF BC 0 4 6 16 10 9 4C
Octal 307 277 274 0 4 6 26 20 11 114
Binary 11000111 10111111 10111100 0 100 110 10110 10000 1001 1001100

Color Harmonies of #C7BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFBC

Black with #C7BFBC

Text Example


Text Example

White with #C7BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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