Html Css Color HEX #C7BEBA Pale Slate

📋 copy color: '#C7BEBA'

red 199 ◦ green 190 ◦ blue 186

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

Shades of Pale Slate #C7BEBA

Tints of Pale Slate #C7BEBA

RGB

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

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

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

R = 34.61%
G = 33.04%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C7BEBA (or 0xC7BEBA) is known color: Pale Slate. HEX triplet: C7, BE and BA. RGB value is (199,190,186). Sum of RGB (Red+Green+Blue) = 199+190+186=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 186 (73.05% from 255 or 32.35% from 575); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEBA is #384145. Grayscale: #C0C0C0. Windows color (decimal): -3686726 or 12238535. OLE color: 12238535.

HSL color Cylindrical-coordinate representation of color #C7BEBA: hue angle of 18.46º 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 #C7BEBA is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 190 186 -
CMYK 0 0.05 0.07 0.22
HSL 18.46º 0.1% 0.75% -
HSV(B) 18.46º 0.07% 0.78% -
XYZ 50.83 52.51 53.91 -
YUV 192.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 199 190 186 0 0.05 0.07 0.22 18.46 0.1 0.75
Hex C7 BE BA 0 5 7 16 12 A 4B
Octal 307 276 272 0 5 7 26 22 12 113
Binary 11000111 10111110 10111010 0 101 111 10110 10010 1010 1001011

Color Harmonies of #C7BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BEBA

Black with #C7BEBA

Text Example


Text Example

White with #C7BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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