Html Css Color HEX #C8BDB7 Pale Slate

📋 copy color: '#C8BDB7'

red 200 ◦ green 189 ◦ blue 183

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

Shades of Pale Slate #C8BDB7

Tints of Pale Slate #C8BDB7

RGB

 RED value IS 200 (78.52% from 255) = 34.97%

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

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

R = 34.97%
G = 33.04%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C8BDB7 (or 0xC8BDB7) is known color: Pale Slate. HEX triplet: C8, BD and B7. RGB value is (200,189,183). Sum of RGB (Red+Green+Blue) = 200+189+183=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDB7 is #374248. Grayscale: #BFBFBF. Windows color (decimal): -3621449 or 12041672. OLE color: 12041672.

HSL color Cylindrical-coordinate representation of color #C8BDB7: hue angle of 21.18º degrees, saturation: 0.13, 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 #C8BDB7 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 189 183 -
CMYK 0 0.06 0.08 0.22
HSL 21.18º 0.13% 0.75% -
HSV(B) 21.18º 0.08% 0.78% -
XYZ 50.56 52.09 52.19 -
YUV 191.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 200 189 183 0 0.06 0.08 0.22 21.18 0.13 0.75
Hex C8 BD B7 0 6 8 16 15 D 4B
Octal 310 275 267 0 6 10 26 25 15 113
Binary 11001000 10111101 10110111 0 110 1000 10110 10101 1101 1001011

Color Harmonies of #C8BDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDB7

Black with #C8BDB7

Text Example


Text Example

White with #C8BDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDB7; }

 p { color: rgb(200,189,183); }

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

background-color css

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

 a { background-color: rgb(200,189,183); }

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

border-color css

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

 span { border-color: rgb(200,189,183); }

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