Html Css Color HEX #C4BBB4 Pale Slate

📋 copy color: '#C4BBB4'

red 196 ◦ green 187 ◦ blue 180

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

Shades of Pale Slate #C4BBB4

Tints of Pale Slate #C4BBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.97%

R = 34.81%
G = 33.21%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C4BBB4 (or 0xC4BBB4) is known color: Pale Slate. HEX triplet: C4, BB and B4. RGB value is (196,187,180). Sum of RGB (Red+Green+Blue) = 196+187+180=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBB4 is #3B444B. Grayscale: #BCBCBC. Windows color (decimal): -3884108 or 11844548. OLE color: 11844548.

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

Color convert

RGB 196 187 180 -
CMYK 0 0.05 0.08 0.23
HSL 26.25º 0.12% 0.74% -
HSV(B) 26.25º 0.08% 0.77% -
XYZ 48.77 50.57 50.37 -
YUV 188.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 196 187 180 0 0.05 0.08 0.23 26.25 0.12 0.74
Hex C4 BB B4 0 5 8 17 1A C 4A
Octal 304 273 264 0 5 10 27 32 14 112
Binary 11000100 10111011 10110100 0 101 1000 10111 11010 1100 1001010

Color Harmonies of #C4BBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBB4

Black with #C4BBB4

Text Example


Text Example

White with #C4BBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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