Html Css Color HEX #C4BDB7 Pale Slate

📋 copy color: '#C4BDB7'

red 196 ◦ green 189 ◦ blue 183

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

Shades of Pale Slate #C4BDB7

Tints of Pale Slate #C4BDB7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.27%

 BLUE value IS 183 (71.88% from 255) = 32.22%

R = 34.51%
G = 33.27%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C4BDB7 (or 0xC4BDB7) is known color: Pale Slate. HEX triplet: C4, BD and B7. RGB value is (196,189,183). Sum of RGB (Red+Green+Blue) = 196+189+183=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDB7 is #3B4248. Grayscale: #BEBEBE. Windows color (decimal): -3883593 or 12041668. OLE color: 12041668.

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

Color convert

RGB 196 189 183 -
CMYK 0 0.04 0.07 0.23
HSL 27.69º 0.1% 0.74% -
HSV(B) 27.69º 0.07% 0.77% -
XYZ 49.51 51.55 52.14 -
YUV 190.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 196 189 183 0 0.04 0.07 0.23 27.69 0.1 0.74
Hex C4 BD B7 0 4 7 17 1C A 4A
Octal 304 275 267 0 4 7 27 34 12 112
Binary 11000100 10111101 10110111 0 100 111 10111 11100 1010 1001010

Color Harmonies of #C4BDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDB7

Black with #C4BDB7

Text Example


Text Example

White with #C4BDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDB7; }

 p { color: rgb(196,189,183); }

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

background-color css

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

 a { background-color: rgb(196,189,183); }

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

border-color css

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

 span { border-color: rgb(196,189,183); }

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