Html Css Color HEX #C8BBB3 Pale Slate

📋 copy color: '#C8BBB3'

red 200 ◦ green 187 ◦ blue 179

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

Shades of Pale Slate #C8BBB3

Tints of Pale Slate #C8BBB3

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.04%

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

R = 35.34%
G = 33.04%
B = 31.63%

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

#C8BBB3 (or 0xC8BBB3) is known color: Pale Slate. HEX triplet: C8, BB and B3. RGB value is (200,187,179). Sum of RGB (Red+Green+Blue) = 200+187+179=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBB3 is #37444C. Grayscale: #BEBEBE. Windows color (decimal): -3621965 or 11779016. OLE color: 11779016.

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

Color convert

RGB 200 187 179 -
CMYK 0 0.06 0.10 0.22
HSL 22.86º 0.16% 0.74% -
HSV(B) 22.86º 0.11% 0.78% -
XYZ 49.73 51.07 49.89 -
YUV 189.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 200 187 179 0 0.06 0.10 0.22 22.86 0.16 0.74
Hex C8 BB B3 0 6 A 16 17 10 4A
Octal 310 273 263 0 6 12 26 27 20 112
Binary 11001000 10111011 10110011 0 110 1010 10110 10111 10000 1001010

Color Harmonies of #C8BBB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BBB3

Black with #C8BBB3

Text Example


Text Example

White with #C8BBB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BBB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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