Html Css Color HEX #C4BFBA Pale Slate

📋 copy color: '#C4BFBA'

red 196 ◦ green 191 ◦ blue 186

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

Shades of Pale Slate #C4BFBA

Tints of Pale Slate #C4BFBA

RGB

 RED value IS 196 (76.95% from 255) = 34.21%

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

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

R = 34.21%
G = 33.33%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C4BFBA (or 0xC4BFBA) is known color: Pale Slate. HEX triplet: C4, BF and BA. RGB value is (196,191,186). Sum of RGB (Red+Green+Blue) = 196+191+186=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFBA is #3B4045. Grayscale: #BFBFBF. Windows color (decimal): -3883078 or 12238788. OLE color: 12238788.

HSL color Cylindrical-coordinate representation of color #C4BFBA: hue angle of 30º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4BFBA is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 191 186 -
CMYK 0 0.03 0.05 0.23
HSL 30º 0.08% 0.75% -
HSV(B) 30º 0.05% 0.77% -
XYZ 50.26 52.54 53.95 -
YUV 191.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 196 191 186 0 0.03 0.05 0.23 30 0.08 0.75
Hex C4 BF BA 0 3 5 17 1E 8 4B
Octal 304 277 272 0 3 5 27 36 10 113
Binary 11000100 10111111 10111010 0 11 101 10111 11110 1000 1001011

Color Harmonies of #C4BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFBA

Black with #C4BFBA

Text Example


Text Example

White with #C4BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFBA; }

 p { color: rgb(196,191,186); }

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

background-color css

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

 a { background-color: rgb(196,191,186); }

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

border-color css

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

 span { border-color: rgb(196,191,186); }

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