Html Css Color HEX #C4BFBC Pale Slate

📋 copy color: '#C4BFBC'

red 196 ◦ green 191 ◦ blue 188

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

Shades of Pale Slate #C4BFBC

Tints of Pale Slate #C4BFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.7%

R = 34.09%
G = 33.22%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C4BFBC (or 0xC4BFBC) is known color: Pale Slate. HEX triplet: C4, BF and BC. RGB value is (196,191,188). Sum of RGB (Red+Green+Blue) = 196+191+188=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFBC is #3B4043. Grayscale: #C0C0C0. Windows color (decimal): -3883076 or 12369860. OLE color: 12369860.

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

Color convert

RGB 196 191 188 -
CMYK 0 0.03 0.04 0.23
HSL 22.5º 0.06% 0.75% -
HSV(B) 22.5º 0.04% 0.77% -
XYZ 50.47 52.63 55.08 -
YUV 192.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 196 191 188 0 0.03 0.04 0.23 22.5 0.06 0.75
Hex C4 BF BC 0 3 4 17 16 6 4B
Octal 304 277 274 0 3 4 27 26 6 113
Binary 11000100 10111111 10111100 0 11 100 10111 10110 110 1001011

Color Harmonies of #C4BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFBC

Black with #C4BFBC

Text Example


Text Example

White with #C4BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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