Html Css Color HEX #C6BEBB Pale Slate

📋 copy color: '#C6BEBB'

red 198 ◦ green 190 ◦ blue 187

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

Shades of Pale Slate #C6BEBB

Tints of Pale Slate #C6BEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.52%

R = 34.43%
G = 33.04%
B = 32.52%

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

#C6BEBB (or 0xC6BEBB) is known color: Pale Slate. HEX triplet: C6, BE and BB. RGB value is (198,190,187). Sum of RGB (Red+Green+Blue) = 198+190+187=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BEBB is #394144. Grayscale: #C0C0C0. Windows color (decimal): -3752261 or 12304070. OLE color: 12304070.

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

Color convert

RGB 198 190 187 -
CMYK 0 0.04 0.06 0.22
HSL 16.36º 0.09% 0.75% -
HSV(B) 16.36º 0.06% 0.78% -
XYZ 50.67 52.42 54.46 -
YUV 192.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 198 190 187 0 0.04 0.06 0.22 16.36 0.09 0.75
Hex C6 BE BB 0 4 6 16 10 9 4B
Octal 306 276 273 0 4 6 26 20 11 113
Binary 11000110 10111110 10111011 0 100 110 10110 10000 1001 1001011

Color Harmonies of #C6BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BEBB

Black with #C6BEBB

Text Example


Text Example

White with #C6BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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