Html Css Color HEX #C6BEB7 Pale Slate

📋 copy color: '#C6BEB7'

red 198 ◦ green 190 ◦ blue 183

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

Shades of Pale Slate #C6BEB7

Tints of Pale Slate #C6BEB7

RGB

 RED value IS 198 (77.73% from 255) = 34.68%

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

 BLUE value IS 183 (71.88% from 255) = 32.05%

R = 34.68%
G = 33.27%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C6BEB7 (or 0xC6BEB7) is known color: Pale Slate. HEX triplet: C6, BE and B7. RGB value is (198,190,183). Sum of RGB (Red+Green+Blue) = 198+190+183=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEB7 is #394148. Grayscale: #BFBFBF. Windows color (decimal): -3752265 or 12041926. OLE color: 12041926.

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

Color convert

RGB 198 190 183 -
CMYK 0 0.04 0.08 0.22
HSL 28º 0.12% 0.75% -
HSV(B) 28º 0.08% 0.78% -
XYZ 50.25 52.25 52.24 -
YUV 191.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 198 190 183 0 0.04 0.08 0.22 28 0.12 0.75
Hex C6 BE B7 0 4 8 16 1C C 4B
Octal 306 276 267 0 4 10 26 34 14 113
Binary 11000110 10111110 10110111 0 100 1000 10110 11100 1100 1001011

Color Harmonies of #C6BEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BEB7

Black with #C6BEB7

Text Example


Text Example

White with #C6BEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BEB7; }

 p { color: rgb(198,190,183); }

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

background-color css

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

 a { background-color: rgb(198,190,183); }

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

border-color css

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

 span { border-color: rgb(198,190,183); }

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