Html Css Color HEX #C3BFBB Pale Slate

📋 copy color: '#C3BFBB'

red 195 ◦ green 191 ◦ blue 187

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

Shades of Pale Slate #C3BFBB

Tints of Pale Slate #C3BFBB

RGB

 RED value IS 195 (76.56% from 255) = 34.03%

 GREEN value IS 191 (75% from 255) = 33.33%

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 34.03%
G = 33.33%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C3BFBB (or 0xC3BFBB) is known color: Pale Slate. HEX triplet: C3, BF and BB. RGB value is (195,191,187). Sum of RGB (Red+Green+Blue) = 195+191+187=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFBB is #3C4044. Grayscale: #BFBFBF. Windows color (decimal): -3948613 or 12304323. OLE color: 12304323.

HSL color Cylindrical-coordinate representation of color #C3BFBB: hue angle of 30º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C3BFBB is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 191 187 -
CMYK 0 0.02 0.04 0.24
HSL 30º 0.06% 0.75% -
HSV(B) 30º 0.04% 0.76% -
XYZ 50.11 52.45 54.5 -
YUV 191.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 195 191 187 0 0.02 0.04 0.24 30 0.06 0.75
Hex C3 BF BB 0 2 4 18 1E 6 4B
Octal 303 277 273 0 2 4 30 36 6 113
Binary 11000011 10111111 10111011 0 10 100 11000 11110 110 1001011

Color Harmonies of #C3BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BFBB

Black with #C3BFBB

Text Example


Text Example

White with #C3BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BFBB; }

 p { color: rgb(195,191,187); }

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

background-color css

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

 a { background-color: rgb(195,191,187); }

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

border-color css

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

 span { border-color: rgb(195,191,187); }

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