Html Css Color HEX #C4BFBB Pale Slate

📋 copy color: '#C4BFBB'

red 196 ◦ green 191 ◦ blue 187

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

Shades of Pale Slate #C4BFBB

Tints of Pale Slate #C4BFBB

RGB

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

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

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

R = 34.15%
G = 33.28%
B = 32.58%

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

#C4BFBB (or 0xC4BFBB) is known color: Pale Slate. HEX triplet: C4, BF and BB. RGB value is (196,191,187). Sum of RGB (Red+Green+Blue) = 196+191+187=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFBB is #3B4044. Grayscale: #C0C0C0. Windows color (decimal): -3883077 or 12304324. OLE color: 12304324.

HSL color Cylindrical-coordinate representation of color #C4BFBB: hue angle of 26.67º degrees, saturation: 0.07, 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 #C4BFBB is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 191 187 -
CMYK 0 0.03 0.05 0.23
HSL 26.67º 0.07% 0.75% -
HSV(B) 26.67º 0.05% 0.77% -
XYZ 50.37 52.59 54.51 -
YUV 192.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 196 191 187 0 0.03 0.05 0.23 26.67 0.07 0.75
Hex C4 BF BB 0 3 5 17 1B 7 4B
Octal 304 277 273 0 3 5 27 33 7 113
Binary 11000100 10111111 10111011 0 11 101 10111 11011 111 1001011

Color Harmonies of #C4BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BFBB

Black with #C4BFBB

Text Example


Text Example

White with #C4BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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