Html Css Color HEX #C7BBB6 Pale Slate

📋 copy color: '#C7BBB6'

red 199 ◦ green 187 ◦ blue 182

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

Shades of Pale Slate #C7BBB6

Tints of Pale Slate #C7BBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.04%

R = 35.04%
G = 32.92%
B = 32.04%

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

#C7BBB6 (or 0xC7BBB6) is known color: Pale Slate. HEX triplet: C7, BB and B6. RGB value is (199,187,182). Sum of RGB (Red+Green+Blue) = 199+187+182=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BBB6 is #384449. Grayscale: #BEBEBE. Windows color (decimal): -3687498 or 11975623. OLE color: 11975623.

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

Color convert

RGB 199 187 182 -
CMYK 0 0.06 0.09 0.22
HSL 17.65º 0.13% 0.75% -
HSV(B) 17.65º 0.09% 0.78% -
XYZ 49.77 51.06 51.49 -
YUV 190.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 199 187 182 0 0.06 0.09 0.22 17.65 0.13 0.75
Hex C7 BB B6 0 6 9 16 12 D 4B
Octal 307 273 266 0 6 11 26 22 15 113
Binary 11000111 10111011 10110110 0 110 1001 10110 10010 1101 1001011

Color Harmonies of #C7BBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBB6

Black with #C7BBB6

Text Example


Text Example

White with #C7BBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBB6; }

 p { color: rgb(199,187,182); }

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

background-color css

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

 a { background-color: rgb(199,187,182); }

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

border-color css

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

 span { border-color: rgb(199,187,182); }

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