Html Css Color HEX #C4BDB6 Pale Slate

📋 copy color: '#C4BDB6'

red 196 ◦ green 189 ◦ blue 182

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

Shades of Pale Slate #C4BDB6

Tints of Pale Slate #C4BDB6

RGB

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

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

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

R = 34.57%
G = 33.33%
B = 32.1%

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

#C4BDB6 (or 0xC4BDB6) is known color: Pale Slate. HEX triplet: C4, BD and B6. RGB value is (196,189,182). Sum of RGB (Red+Green+Blue) = 196+189+182=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDB6 is #3B4249. Grayscale: #BEBEBE. Windows color (decimal): -3883594 or 11976132. OLE color: 11976132.

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

Color convert

RGB 196 189 182 -
CMYK 0 0.04 0.07 0.23
HSL 30º 0.11% 0.74% -
HSV(B) 30º 0.07% 0.77% -
XYZ 49.41 51.51 51.59 -
YUV 190.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 196 189 182 0 0.04 0.07 0.23 30 0.11 0.74
Hex C4 BD B6 0 4 7 17 1E B 4A
Octal 304 275 266 0 4 7 27 36 13 112
Binary 11000100 10111101 10110110 0 100 111 10111 11110 1011 1001010

Color Harmonies of #C4BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDB6

Black with #C4BDB6

Text Example


Text Example

White with #C4BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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