Html Css Color HEX #C7BDB9 Pale Slate

📋 copy color: '#C7BDB9'

red 199 ◦ green 189 ◦ blue 185

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

Shades of Pale Slate #C7BDB9

Tints of Pale Slate #C7BDB9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.98%

 BLUE value IS 185 (72.66% from 255) = 32.29%

R = 34.73%
G = 32.98%
B = 32.29%

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

#C7BDB9 (or 0xC7BDB9) is known color: Pale Slate. HEX triplet: C7, BD and B9. RGB value is (199,189,185). Sum of RGB (Red+Green+Blue) = 199+189+185=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BDB9 is #384246. Grayscale: #BFBFBF. Windows color (decimal): -3686983 or 12172743. OLE color: 12172743.

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

Color convert

RGB 199 189 185 -
CMYK 0 0.05 0.07 0.22
HSL 17.14º 0.11% 0.75% -
HSV(B) 17.14º 0.07% 0.78% -
XYZ 50.51 52.04 53.28 -
YUV 191.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 199 189 185 0 0.05 0.07 0.22 17.14 0.11 0.75
Hex C7 BD B9 0 5 7 16 11 B 4B
Octal 307 275 271 0 5 7 26 21 13 113
Binary 11000111 10111101 10111001 0 101 111 10110 10001 1011 1001011

Color Harmonies of #C7BDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BDB9

Black with #C7BDB9

Text Example


Text Example

White with #C7BDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BDB9; }

 p { color: rgb(199,189,185); }

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

background-color css

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

 a { background-color: rgb(199,189,185); }

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

border-color css

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

 span { border-color: rgb(199,189,185); }

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