Html Css Color HEX #C8BCB6 Pale Slate

📋 copy color: '#C8BCB6'

red 200 ◦ green 188 ◦ blue 182

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

Shades of Pale Slate #C8BCB6

Tints of Pale Slate #C8BCB6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.98%

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

R = 35.09%
G = 32.98%
B = 31.93%

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

#C8BCB6 (or 0xC8BCB6) is known color: Pale Slate. HEX triplet: C8, BC and B6. RGB value is (200,188,182). Sum of RGB (Red+Green+Blue) = 200+188+182=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCB6 is #374349. Grayscale: #BEBEBE. Windows color (decimal): -3621706 or 11975880. OLE color: 11975880.

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

Color convert

RGB 200 188 182 -
CMYK 0 0.06 0.09 0.22
HSL 20º 0.14% 0.75% -
HSV(B) 20º 0.09% 0.78% -
XYZ 50.25 51.62 51.57 -
YUV 190.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 200 188 182 0 0.06 0.09 0.22 20 0.14 0.75
Hex C8 BC B6 0 6 9 16 14 E 4B
Octal 310 274 266 0 6 11 26 24 16 113
Binary 11001000 10111100 10110110 0 110 1001 10110 10100 1110 1001011

Color Harmonies of #C8BCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BCB6

Black with #C8BCB6

Text Example


Text Example

White with #C8BCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BCB6; }

 p { color: rgb(200,188,182); }

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

background-color css

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

 a { background-color: rgb(200,188,182); }

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

border-color css

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

 span { border-color: rgb(200,188,182); }

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