Html Css Color HEX #C8BEBA Pale Slate

📋 copy color: '#C8BEBA'

red 200 ◦ green 190 ◦ blue 186

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

Shades of Pale Slate #C8BEBA

Tints of Pale Slate #C8BEBA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.99%

 BLUE value IS 186 (73.05% from 255) = 32.29%

R = 34.72%
G = 32.99%
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

#C8BEBA (or 0xC8BEBA) is known color: Pale Slate. HEX triplet: C8, BE and BA. RGB value is (200,190,186). Sum of RGB (Red+Green+Blue) = 200+190+186=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEBA is #374145. Grayscale: #C0C0C0. Windows color (decimal): -3621190 or 12238536. OLE color: 12238536.

HSL color Cylindrical-coordinate representation of color #C8BEBA: hue angle of 17.14º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8BEBA is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 190 186 -
CMYK 0 0.05 0.07 0.22
HSL 17.14º 0.11% 0.76% -
HSV(B) 17.14º 0.07% 0.78% -
XYZ 51.1 52.65 53.92 -
YUV 192.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 200 190 186 0 0.05 0.07 0.22 17.14 0.11 0.76
Hex C8 BE BA 0 5 7 16 11 B 4C
Octal 310 276 272 0 5 7 26 21 13 114
Binary 11001000 10111110 10111010 0 101 111 10110 10001 1011 1001100

Color Harmonies of #C8BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BEBA

Black with #C8BEBA

Text Example


Text Example

White with #C8BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BEBA; }

 p { color: rgb(200,190,186); }

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

background-color css

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

 a { background-color: rgb(200,190,186); }

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

border-color css

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

 span { border-color: rgb(200,190,186); }

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