Html Css Color HEX #C4BDCD French Grey

📋 copy color: '#C4BDCD'

red 196 ◦ green 189 ◦ blue 205

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

Shades of French Grey #C4BDCD

Tints of French Grey #C4BDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.75%

R = 33.22%
G = 32.03%
B = 34.75%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C4BDCD (or 0xC4BDCD) is known color: French Grey. HEX triplet: C4, BD and CD. RGB value is (196,189,205). Sum of RGB (Red+Green+Blue) = 196+189+205=590 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.22% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDCD is #3B4232. Grayscale: #C0C0C0. Windows color (decimal): -3883571 or 13483460. OLE color: 13483460.

HSL color Cylindrical-coordinate representation of color #C4BDCD: hue angle of 266.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4BDCD is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 189 205 -
CMYK 0.04 0.08 0 0.20
HSL 266.25º 0.14% 0.77% -
HSV(B) 266.25º 0.08% 0.8% -
XYZ 51.98 52.54 65.16 -
YUV 192.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 196 189 205 0.04 0.08 0 0.20 266.25 0.14 0.77
Hex C4 BD CD 4 8 0 14 10A E 4D
Octal 304 275 315 4 10 0 24 412 16 115
Binary 11000100 10111101 11001101 100 1000 0 10100 100001010 1110 1001101

Color Harmonies of #C4BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDCD

Black with #C4BDCD

Text Example


Text Example

White with #C4BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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