Html Css Color HEX #C6BBB5 Pale Slate

📋 copy color: '#C6BBB5'

red 198 ◦ green 187 ◦ blue 181

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

Shades of Pale Slate #C6BBB5

Tints of Pale Slate #C6BBB5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.04%

 BLUE value IS 181 (71.09% from 255) = 31.98%

R = 34.98%
G = 33.04%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C6BBB5 (or 0xC6BBB5) is known color: Pale Slate. HEX triplet: C6, BB and B5. RGB value is (198,187,181). Sum of RGB (Red+Green+Blue) = 198+187+181=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BBB5 is #39444A. Grayscale: #BDBDBD. Windows color (decimal): -3753035 or 11910086. OLE color: 11910086.

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

Color convert

RGB 198 187 181 -
CMYK 0 0.06 0.09 0.22
HSL 21.18º 0.13% 0.74% -
HSV(B) 21.18º 0.09% 0.78% -
XYZ 49.4 50.88 50.93 -
YUV 189.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 198 187 181 0 0.06 0.09 0.22 21.18 0.13 0.74
Hex C6 BB B5 0 6 9 16 15 D 4A
Octal 306 273 265 0 6 11 26 25 15 112
Binary 11000110 10111011 10110101 0 110 1001 10110 10101 1101 1001010

Color Harmonies of #C6BBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BBB5

Black with #C6BBB5

Text Example


Text Example

White with #C6BBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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