Html Css Color HEX #C4BBB6 Pale Slate

📋 copy color: '#C4BBB6'

red 196 ◦ green 187 ◦ blue 182

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

Shades of Pale Slate #C4BBB6

Tints of Pale Slate #C4BBB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.21%

R = 34.69%
G = 33.1%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C4BBB6 (or 0xC4BBB6) is known color: Pale Slate. HEX triplet: C4, BB and B6. RGB value is (196,187,182). Sum of RGB (Red+Green+Blue) = 196+187+182=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBB6 is #3B4449. Grayscale: #BDBDBD. Windows color (decimal): -3884106 or 11975620. OLE color: 11975620.

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

Color convert

RGB 196 187 182 -
CMYK 0 0.05 0.07 0.23
HSL 21.43º 0.11% 0.74% -
HSV(B) 21.43º 0.07% 0.77% -
XYZ 48.98 50.65 51.45 -
YUV 189.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 196 187 182 0 0.05 0.07 0.23 21.43 0.11 0.74
Hex C4 BB B6 0 5 7 17 15 B 4A
Octal 304 273 266 0 5 7 27 25 13 112
Binary 11000100 10111011 10110110 0 101 111 10111 10101 1011 1001010

Color Harmonies of #C4BBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBB6

Black with #C4BBB6

Text Example


Text Example

White with #C4BBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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