Html Css Color HEX #C8BDB3 Pale Slate

📋 copy color: '#C8BDB3'

red 200 ◦ green 189 ◦ blue 179

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

Shades of Pale Slate #C8BDB3

Tints of Pale Slate #C8BDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.51%

R = 35.21%
G = 33.27%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C8BDB3 (or 0xC8BDB3) is known color: Pale Slate. HEX triplet: C8, BD and B3. RGB value is (200,189,179). Sum of RGB (Red+Green+Blue) = 200+189+179=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDB3 is #37424C. Grayscale: #BFBFBF. Windows color (decimal): -3621453 or 11779528. OLE color: 11779528.

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

Color convert

RGB 200 189 179 -
CMYK 0 0.06 0.10 0.22
HSL 28.57º 0.16% 0.74% -
HSV(B) 28.57º 0.11% 0.78% -
XYZ 50.15 51.93 50.03 -
YUV 191.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 200 189 179 0 0.06 0.10 0.22 28.57 0.16 0.74
Hex C8 BD B3 0 6 A 16 1D 10 4A
Octal 310 275 263 0 6 12 26 35 20 112
Binary 11001000 10111101 10110011 0 110 1010 10110 11101 10000 1001010

Color Harmonies of #C8BDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BDB3

Black with #C8BDB3

Text Example


Text Example

White with #C8BDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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